mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 17:01:00 +00:00
Renamed main.cpp to main.hpp (it's header)
This commit is contained in:
parent
7c1d1bb846
commit
527f4e0c99
@ -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