From b8be407a63c584d0c0b43cf5e8a4fe36357b8489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=9D=D0=B8=D0=BA?= =?UTF-8?q?=D1=83=D0=BB=D0=B8=D0=BD?= Date: Fri, 15 Jan 2021 17:54:41 +0000 Subject: [PATCH] Upload New File --- main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..3f5b745 --- /dev/null +++ b/main.cpp @@ -0,0 +1,11 @@ +#include "editor.h" +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + Editor w; + w.show(); + + return a.exec(); +} -- GitLab