Merge pull request #1 from ChronosX88/develop

Renamed main.cpp to main.hpp (it's header)
This commit is contained in:
ChronosX88 2018-05-20 14:15:12 +03:00 committed by GitHub
commit 7ec57b8457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#include <QCoreApplication>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
return a.exec();
}

3
src/main.hpp Normal file
View File

@ -0,0 +1,3 @@
#include "json.cpp"
#include "contactmanager.cpp"
#include "network.cpp"