From ef4041f9a350b73fc88fdfaa8af36631b656dcd2 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 19 Mar 2015 03:38:18 +0300 Subject: protocol: implementing initial structures qt-client: project skeleton docs: diagram fixes --- client-qt/udm-client-qt/main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client-qt/udm-client-qt/main.cpp (limited to 'client-qt/udm-client-qt/main.cpp') diff --git a/client-qt/udm-client-qt/main.cpp b/client-qt/udm-client-qt/main.cpp new file mode 100644 index 0000000..d4dce0b --- /dev/null +++ b/client-qt/udm-client-qt/main.cpp @@ -0,0 +1,11 @@ +#include "udm_main.h" +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + udm_main w; + w.show(); + + return a.exec(); +} -- cgit v1.2.3