From 05b2584fa4d773f5a88ed3ce98f5dd8304e11c34 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 12 Jun 2023 23:47:17 +0200 Subject: First commit --- main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..85248ef --- /dev/null +++ b/main.cpp @@ -0,0 +1,11 @@ +#include "xxcc.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + xxcc x; + x.show(); + return a.exec(); +} -- cgit v1.2.3