Problems with qtable.h
General and Desktop
2
Posts
2
Posters
592
Views
1
Watching
-
wrote on 13 Dec 2014, 08:57 last edited by
Use qtable.h in my project. Firstly, there was an error: nosuch file or directory. So, I`ve added this header from "here...":http://doc.qt.digia.com/3.3/qtable-h.html But now I get this: variable 'Q_EXPORT QTableSelection' has initializer but incomplete type:
@class Q_EXPORT QTableSelection //error in this line
{
public:
QTableSelection();
...
};
@ -
Hi,
Qt 3 is a bit outdated and has reached end of life a long time ago. Are you sure you are using the correct version of Qt for your project ?
1/2