From 49b943474c4ac39ee5f0f2e900fddd1253a84366 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 5 Aug 2015 04:04:49 +0200 Subject: 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. --- smdirmodel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'smdirmodel.h') 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 &data, int e); void readSettings(); void refresh(); - void refreshNoProgress(); private slots: void populate(SmTreeItem *root); -- cgit v1.2.3-70-g09d2