i'm reading the book "C++ Gui programming with Qt4" and i notice inside the code of the book,
that sometimes inside the header files we use preprocessor command include:
#include <QDialogButtonBox>
and sometimes we use the declaration of class:
class QList;
Is there any rule when to use class and when to use class??
Sorry for the question, and the language, and thanks in advanced.
Bookmarks