Hi,
I have a doubt.
What's better (it is just an example):
#include <GtGui>
#include <GtGui>
To copy to clipboard, switch view to plain text mode
or
#include <QDir>
#include <QFileInfo>
#include <QTranslator>
...
#include <QDir>
#include <QFileInfo>
#include <QTranslator>
...
To copy to clipboard, switch view to plain text mode
I'm studing some Qt4 applications (source code) and all of them define all the individual includes, when using the #include <GtGui> all includes are "included". What we win defining all the includes individually?
Best regards, xEsk.
Bookmarks