Moved qtcore include to cpp file.
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
//
|
//
|
||||||
//
|
//
|
||||||
#include "qthelper.h"
|
#include "qthelper.h"
|
||||||
|
#include <QtCore>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
QtHelper::QtHelper()
|
QtHelper::QtHelper()
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
#error This file is not for the server.
|
#error This file is not for the server.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <QtCore>
|
|
||||||
/**
|
/**
|
||||||
@author FThauer FHammer <webmaster@pokerth.net>
|
@author FThauer FHammer <webmaster@pokerth.net>
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user