diff options
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index 17269ae..bb1bdc4 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -136,6 +136,7 @@ public slots: void dropEvent(QDropEvent *event); void helpAbout(); void helpManual(); + void quit(); }; #endif |