diff options
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ class SheMov : public QMainWindow { void newMovieWizardWithFiles(); void setSize(qint64 size); + signals: + void configChanged(); + private: void createStatusbar(); void createActions(); |