From f4b10b24bcf178e1d9072fb494922c875c0ecb0a Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Thu, 20 Jul 2017 23:54:08 +0200 Subject: + Added first version of QPSXSerial. Still lot of job to do and room for improvement. --- 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..748160a --- /dev/null +++ b/main.cpp @@ -0,0 +1,11 @@ +#include "qpsxserial.h" +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + QPSXSerial w; + w.show(); + + return a.exec(); +} -- cgit v1.2.3