src/mainwindow.h

changeset 362
e1d646a4cbd8
parent 361
c5e8b68e34f8
equal deleted inserted replaced
361:c5e8b68e34f8 362:e1d646a4cbd8
14 void renderStyleSelected(gl::RenderStyle newStyle); 14 void renderStyleSelected(gl::RenderStyle newStyle);
15 void recentFileSelected(const QString& path); 15 void recentFileSelected(const QString& path);
16 public Q_SLOTS: 16 public Q_SLOTS:
17 void setRenderStyle(gl::RenderStyle style); 17 void setRenderStyle(gl::RenderStyle style);
18 void rebuildRecentFilesMenu(const QStringList& strings); 18 void rebuildRecentFilesMenu(const QStringList& strings);
19 void updateTitle();
19 private Q_SLOTS: 20 private Q_SLOTS:
20 void showAboutDialog(); 21 void showAboutDialog();
21 }; 22 };
22 23
23 #endif // MAINWINDOW_H 24 #endif // MAINWINDOW_H

mercurial