QApplication is part of QtGui, QCoreApplication is part of QtCore.
Qt Code:
#include <QCoreApplication> int main(int argc, char *argv[]) { qWarning("hello"); return app.exec(); }To copy to clipboard, switch view to plain text mode
QApplication is part of QtGui, QCoreApplication is part of QtCore.
Qt Code:
#include <QCoreApplication> int main(int argc, char *argv[]) { qWarning("hello"); return app.exec(); }To copy to clipboard, switch view to plain text mode
J-P Nurmi
jcr (18th April 2007)
Bookmarks