From 738ecbd5fad2b46836bfd6a94aeebf165ae2bbca Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 4 Jan 2018 16:00:52 +0100 Subject: relocated source code to the root --- tikzit/src/main.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tikzit/src/main.cpp (limited to 'tikzit/src/main.cpp') diff --git a/tikzit/src/main.cpp b/tikzit/src/main.cpp deleted file mode 100644 index b676211..0000000 --- a/tikzit/src/main.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "tikzit.h" - -#include -#include - - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - a.setQuitOnLastWindowClosed(false); - tikzit = new Tikzit(); - - return a.exec(); -} -- cgit v1.2.3