src/mainwindow.h

changeset 355
e81f4ad53efd
parent 354
91053052bb28
child 361
c5e8b68e34f8
--- a/src/mainwindow.h	Sat Apr 08 16:41:40 2023 +0300
+++ b/src/mainwindow.h	Sat Apr 08 16:59:55 2023 +0300
@@ -14,6 +14,8 @@
 	void renderStyleSelected(gl::RenderStyle newStyle);
 public Q_SLOTS:
 	void setRenderStyle(gl::RenderStyle style);
+private Q_SLOTS:
+	void showAboutDialog();
 };
 
 #endif // MAINWINDOW_H

mercurial