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 1019780..c08e369 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -112,6 +112,7 @@ public slots: void dragEnterEvent(QDragEnterEvent *event); void dropEvent(QDropEvent *event); void helpAbout(); + void helpManual(); }; #endif |