1
0
Fork 0

GUI: resolved issue #713 (build error on x32)

This commit is contained in:
mrexodia 2016-06-04 18:04:16 +02:00
parent 521ed96254
commit e2181da7a2
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4
1 changed files with 0 additions and 6 deletions

View File

@ -157,19 +157,13 @@ private:
QMenu* mIntegerMenu;
QAction* mIntegerSignedShortAction;
QAction* mIntegerSignedLongAction;
#ifdef _WIN64
QAction* mIntegerSignedLongLongAction;
#endif //_WIN64
QAction* mIntegerUnsignedShortAction;
QAction* mIntegerUnsignedLongAction;
#ifdef _WIN64
QAction* mIntegerUnsignedLongLongAction;
#endif //_WIN64
QAction* mIntegerHexShortAction;
QAction* mIntegerHexLongAction;
#ifdef _WIN64
QAction* mIntegerHexLongLongAction;
#endif //_WIN64
QMenu* mFloatMenu;
QAction* mFloatFloatAction;