1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-07-25 13:24:23 +00:00

Adds an 'about' box and a hypothetical 'New' file option.

This commit is contained in:
Thomas Harte
2020-06-16 23:15:47 -04:00
parent 59458f6444
commit 9ca6a1031c
3 changed files with 33 additions and 13 deletions

View File

@@ -61,6 +61,8 @@ class MainWindow : public QMainWindow, public Outputs::Speaker::Speaker::Delegat
private slots:
void open();
void newFile();
void about();
};
#endif // MAINWINDOW_H