summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-09-29 18:25:53 +0200
committerArno <arno@disconnect.de>2018-09-29 18:25:53 +0200
commit0bb2f6dbc9c6c778c4f5726423e623706d05ca6f (patch)
tree07eb176a320c89207733d87f3549d395d9d82f05 /shemov.h
parentba00198351b666349501c358e714dbd5624a2840 (diff)
downloadSheMov-0bb2f6dbc9c6c778c4f5726423e623706d05ca6f.tar.gz
SheMov-0bb2f6dbc9c6c778c4f5726423e623706d05ca6f.tar.bz2
SheMov-0bb2f6dbc9c6c778c4f5726423e623706d05ca6f.zip
Get rid of createMenus()
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