diff options
author | Arno <arno@disconnect.de> | 2015-06-06 14:16:32 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-06-06 14:16:32 +0200 |
commit | 7ffee99071517f5f5533f067850e732efe171991 (patch) | |
tree | 56df5d31247e7dc88c531678540cbf3d91df7cc4 /newmoviewizard.h | |
parent | 230feb71ce37cd6797e94247fab463841c7637cf (diff) | |
download | SheMov-7ffee99071517f5f5533f067850e732efe171991.tar.gz SheMov-7ffee99071517f5f5533f067850e732efe171991.tar.bz2 SheMov-7ffee99071517f5f5533f067850e732efe171991.zip |
Get rid of Helper::centerDialog
It's useless if you don't use a tiling window manager. Also, now we have
an empty class SmDialog. Didn't replace it yet. Maybe it's useful in the
future.
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r-- | newmoviewizard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h index b65551b..df52905 100644 --- a/newmoviewizard.h +++ b/newmoviewizard.h @@ -38,9 +38,6 @@ class NewMovieWizard : public QWizard { MovieMappingPage *actorPage() { return mActorPage; } MovieMappingPage *genrePage() { return mGenrePage; } - protected: - void showEvent(QShowEvent *); - private: MovieInfoPage *mInfoPage; MovieMappingPage *mActorPage; |