diff options
author | Arno <arno@disconnect.de> | 2015-08-05 04:04:49 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-08-05 04:18:09 +0200 |
commit | 49b943474c4ac39ee5f0f2e900fddd1253a84366 (patch) | |
tree | df68a1d2a09877b01c31d365acee7df44be9ccdd /smdirmodel.h | |
parent | b3ccbde0d3e540453b80709002cae0630172f1dc (diff) | |
download | SheMov-49b943474c4ac39ee5f0f2e900fddd1253a84366.tar.gz SheMov-49b943474c4ac39ee5f0f2e900fddd1253a84366.tar.bz2 SheMov-49b943474c4ac39ee5f0f2e900fddd1253a84366.zip |
Remove progress dialog and use Qt::WaitCursor instead
Get rid of the progress Dialog in the filesystem widget and replace it
with Qt::WaitCursor. While at it, show the waitcursor in the picture
widget, too.
Also remove the annoying warnings from ImageMagick by defining the
missing constants.
Diffstat (limited to 'smdirmodel.h')
-rw-r--r-- | smdirmodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/smdirmodel.h b/smdirmodel.h index 4e7112a..a775553 100644 --- a/smdirmodel.h +++ b/smdirmodel.h @@ -39,11 +39,9 @@ class SmDirModel : public SmTreeModel { public slots: void setDir(const QString &dir); - void setDirNoProgress(const QString &dir); void dirEvent(const QList<QVariant> &data, int e); void readSettings(); void refresh(); - void refreshNoProgress(); private slots: void populate(SmTreeItem *root); |