Simplified Ctor for application with CApplicationInfo::Application

This commit is contained in:
Klaus Basan
2017-03-12 18:29:19 +01:00
committed by Mathew Sutcliffe
parent 272fa95576
commit 705e83e156
3 changed files with 10 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
// I use CGuiApplication and not core application
// otherwise no QPixmap metadata (metadata sample)
QCoreApplication qa(argc, argv);
CApplication a;
CApplication a(CApplicationInfo::Sample);
Q_UNUSED(qa);
Q_UNUSED(a);
QTextStream qtout(stdout);