diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-05-05 21:13:46 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-06 08:07:16 -0700 |
commit | 462797396b082f31060df6706bfce416aebce037 (patch) | |
tree | 577ab4fc5450c068fb9146ebb72d1617f0fe1bd2 /desktop-widgets/simplewidgets.cpp | |
parent | 59bbaa78203fafe3f66ed34c281733fe6eea0940 (diff) | |
download | subsurface-462797396b082f31060df6706bfce416aebce037.tar.gz |
File selector should filter images we can actually handle.
So better ask Qt about image formats known to it.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'desktop-widgets/simplewidgets.cpp')
-rw-r--r-- | desktop-widgets/simplewidgets.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/simplewidgets.cpp b/desktop-widgets/simplewidgets.cpp index f985a0f01..e6bbe87d9 100644 --- a/desktop-widgets/simplewidgets.cpp +++ b/desktop-widgets/simplewidgets.cpp @@ -19,6 +19,7 @@ #include "core/display.h" #include "profile-widget/profilewidget2.h" #include "desktop-widgets/undocommands.h" +#include "core/qthelper.h" class MinMaxAvgWidgetPrivate { public: |