mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-10 01:41:01 +00:00
Merge pull request #1 from ChronosX88/develop
Renamed main.cpp to main.hpp (it's header)
This commit is contained in:
commit
7ec57b8457
@ -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
3
src/main.hpp
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#include "json.cpp"
|
||||||
|
#include "contactmanager.cpp"
|
||||||
|
#include "network.cpp"
|
Loading…
Reference in New Issue
Block a user