summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.h b/shemov.h
index 60a1536..38de401 100644
--- a/shemov.h
+++ b/shemov.h
@@ -58,7 +58,6 @@ class SheMov : public QMainWindow {
private:
void createStatusbar();
- void createMenus();
void createOpenWithMenuFS();
void writeSettings();
void readSettings();
@@ -93,4 +92,5 @@ class SheMov : public QMainWindow {
FSWidget* mFileWidget; //rename me!
MovieWidget *mMovieWidget;
};
+
#endif