From 4e1b9faba7503f99ee2fbcd7458f66ade42fa309 Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 1 Sep 2011 09:31:39 +0200 Subject: tried to clean the git. deleted old unused files and folders. moved customdhcpcd and LogReceiver to the fbgui folder --- LogReceiver/main.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 LogReceiver/main.cpp (limited to 'LogReceiver/main.cpp') diff --git a/LogReceiver/main.cpp b/LogReceiver/main.cpp new file mode 100644 index 0000000..a8cd960 --- /dev/null +++ b/LogReceiver/main.cpp @@ -0,0 +1,12 @@ +#include "ndgui.h" + +#include +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + ndgui w; + w.show(); + return a.exec(); +} -- cgit v1.2.3-55-g7522