From 527f4e0c992410494ab16376778d89eec4e7c961 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Sun, 20 May 2018 14:14:31 +0300 Subject: [PATCH] Renamed main.cpp to main.hpp (it's header) --- src/main.cpp | 8 -------- src/main.hpp | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 src/main.cpp create mode 100644 src/main.hpp diff --git a/src/main.cpp b/src/main.cpp deleted file mode 100644 index 470a030..0000000 --- a/src/main.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main(int argc, char *argv[]) -{ - QCoreApplication a(argc, argv); - - return a.exec(); -} diff --git a/src/main.hpp b/src/main.hpp new file mode 100644 index 0000000..23cca53 --- /dev/null +++ b/src/main.hpp @@ -0,0 +1,3 @@ +#include "json.cpp" +#include "contactmanager.cpp" +#include "network.cpp" \ No newline at end of file