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