summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qfileiconprovider.h
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2013-05-02 16:24:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-09 17:01:03 +0200
commit95fe97dbcb4a4ce81b80eaf7c45a1106dd860271 (patch)
tree7fbea28c197273b4e96381cb01db1fac3b74ea68 /src/widgets/itemviews/qfileiconprovider.h
parent6dfba7c62896a3fd35869f73f99dc8e34d543854 (diff)
Remove QT_NO_FILEICONPROVIDER ifdefs
FILEICONPROVIDER isn't listed in qfeatures.txt and Qt doesn't build without it. If you need QT_NO_FILEICONPROVIDER, besides reverting this commit, you'll need to add a good amount of ifdefs to QFileDialog, QFileSystemModel and QFileInfoGatherer classes. Change-Id: Ic288c90268f6a900e160ba8eb4457580d1fd7a5a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/widgets/itemviews/qfileiconprovider.h')
-rw-r--r--src/widgets/itemviews/qfileiconprovider.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/itemviews/qfileiconprovider.h b/src/widgets/itemviews/qfileiconprovider.h
index ed270619ed..6f7e28395b 100644
--- a/src/widgets/itemviews/qfileiconprovider.h
+++ b/src/widgets/itemviews/qfileiconprovider.h
@@ -49,8 +49,6 @@
QT_BEGIN_NAMESPACE
-#ifndef QT_NO_FILEICONPROVIDER
-
class QFileIconProviderPrivate;
class Q_WIDGETS_EXPORT QFileIconProvider
@@ -78,11 +76,8 @@ private:
Q_DISABLE_COPY(QFileIconProvider)
};
-#endif // QT_NO_FILEICONPROVIDER
-
Q_DECLARE_OPERATORS_FOR_FLAGS(QFileIconProvider::Options)
QT_END_NAMESPACE
#endif // QFILEICONPROVIDER_H
-