mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Simplified Ctor for application with CApplicationInfo::Application
This commit is contained in:
committed by
Mathew Sutcliffe
parent
272fa95576
commit
705e83e156
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user