diff -r 41b38b9e05a2 -r c5e8b68e34f8 src/mainwindow.h --- a/src/mainwindow.h Sun Apr 09 12:23:32 2023 +0300 +++ b/src/mainwindow.h Sun Apr 09 13:28:36 2023 +0300 @@ -12,8 +12,10 @@ explicit MainWindow(QWidget *parent = nullptr); Q_SIGNALS: void renderStyleSelected(gl::RenderStyle newStyle); + void recentFileSelected(const QString& path); public Q_SLOTS: void setRenderStyle(gl::RenderStyle style); + void rebuildRecentFilesMenu(const QStringList& strings); private Q_SLOTS: void showAboutDialog(); };