F
Fisherss
Hi all
I am a C++ newbie and now have a problem with this:
=====
#include <QtGui>
class QLabel;
=====
I am pretty sure that "QLabel" was defined in <QtGui> but I can't use
this class without "class QLabel", why should I declare it again?
I am a C++ newbie and now have a problem with this:
=====
#include <QtGui>
class QLabel;
=====
I am pretty sure that "QLabel" was defined in <QtGui> but I can't use
this class without "class QLabel", why should I declare it again?