trying with gui makefile changes

This commit is contained in:
Dhanya Maliakal
2017-06-29 09:27:26 +02:00
parent cfff7969e3
commit 21e1fcf693
8 changed files with 20 additions and 18 deletions

View File

@ -19,7 +19,7 @@
#include <QAbstractButton>
using namespace std;
class qDefs:public QWidget{
class qDefs:public QWidget {
public:
//-------------------------------------------------------------------------------------------------------------------------------------------------
@ -28,7 +28,6 @@ public:
qDefs(){};
//-------------------------------------------------------------------------------------------------------------------------------------------------
static const int64_t GUI_VERSION=0x20121213;
#define GOODBYE -200
//-------------------------------------------------------------------------------------------------------------------------------------------------