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. --- helper.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'helper.h') diff --git a/helper.h b/helper.h index e78b827..cdfcd88 100644 --- a/helper.h +++ b/helper.h @@ -17,6 +17,15 @@ #include #include + +#ifndef MAGICKCORE_QUANTUM_DEPTH +#define MAGICKCORE_QUANTUM_DEPTH 16 +#endif + +#ifndef MAGICKCORE_HDRI_ENABLE +#define MAGICKCORE_HDRI_ENABLE 1 +#endif + #include class QString; -- cgit v1.2.3-70-g09d2