diff --git a/src/mainwindow.h b/src/mainwindow.h --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -64,6 +64,7 @@ public: void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg); + void handleCommandLineOptions(const QCoreApplication &app); private: Ui::MainWindow *ui;