I'm porting the qt3 code to qt4.3.2
I have a variable of type Q_UINT32
Qt Code:
static const Q_UINT32 cm_FileIdentificator;To copy to clipboard, switch view to plain text mode
Now in the build system Makefile I have commented QT3_SUPPORT
I get the error
Qt Code:
ISO C++ forbids declaration of 'Q_UINT32' with no errorTo copy to clipboard, switch view to plain text mode
Please help me out of this problem![]()
Bookmarks