src/mainwindow.h

changeset 361
c5e8b68e34f8
parent 355
e81f4ad53efd
child 362
e1d646a4cbd8
--- 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();
 };

mercurial