Add file headers to network files and some minor code cleanup

This commit is contained in:
Adam Honse 2020-05-09 15:47:51 -05:00
parent 87854d5781
commit 352b9928ca
6 changed files with 40 additions and 9 deletions

View file

@ -6,7 +6,6 @@
* *
\******************************************************************************************/
#include "NetworkClient.h"
#include "NetworkServer.h"
#include "OpenRGB.h"
#include "ProfileManager.h"
@ -47,7 +46,6 @@ int main(int argc, char* argv[])
}
NetworkServer server(rgb_controllers);
//NetworkClient client(rgb_controllers);
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication a(argc, argv);