diff options
author | Arno <am@disconnect.de> | 2011-12-17 10:37:15 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-12-17 10:37:15 +0100 |
commit | 27d2b736a8fc33bc2f98212ebde25d97fcefac16 (patch) | |
tree | d39249c20f3a5f6b45f304fa03077594faa926c1 /shemov.h | |
parent | e61280ee1bc34a6b04c1db208a560b4df544fdcb (diff) | |
download | SheMov-27d2b736a8fc33bc2f98212ebde25d97fcefac16.tar.gz SheMov-27d2b736a8fc33bc2f98212ebde25d97fcefac16.tar.bz2 SheMov-27d2b736a8fc33bc2f98212ebde25d97fcefac16.zip |
Make DbAnalyzerDialog non-modal
Make DbAnalyzerdialg a member of Shemov, so it can be shown non-modal.
So actors/genres can be edited while the dialog is open. It also has the
nice side effect that we can refresh the views after deleting stray
items.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -191,5 +191,6 @@ class SheMov : public QMainWindow { FilesystemWidget *mFSWidget; ArchiveTreeView *mATree; NewMovieWizard *mNewMovieWizard; + DbAnalyzerDialog *mDbAnalyzerDialog; }; #endif |