diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index db6f41a39..0319c7b28 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -118,7 +118,7 @@ private: void redrawProfile(); void file_save(); void file_save_as(); - void setupSplitters(); + void setupSplitters(); }; MainWindow *mainWindow(); |