summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-02-06 15:58:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-02-06 15:58:53 +0900
commita0a411065dc5a258e44bab5ab53130036574c177 (patch)
treedf6d23dd0d51f4f301ea0bbc98fa2ebefac1383d /doc
parent8b9ae3fbf85093ffc3470654630ca76a25b599ad (diff)
downloadqt3-a0a411065dc5a258e44bab5ab53130036574c177.tar.gz
qt3-a0a411065dc5a258e44bab5ab53130036574c177.zip
Moved iconview widget to src/widget folders.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r--doc/html/qglobal-h.html3
-rw-r--r--doc/html/qiconview-h.html14
2 files changed, 4 insertions, 13 deletions
diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html
index 5aefb57..17b08bd 100644
--- a/doc/html/qglobal-h.html
+++ b/doc/html/qglobal-h.html
@@ -823,9 +823,6 @@ class QDataStream;
#ifndef QT_MODULE_DIALOGS
# define QT_NO_DIALOG
#endif
-#ifndef QT_MODULE_ICONVIEW
-# define QT_NO_ICONVIEW
-#endif
#ifndef QT_MODULE_WORKSPACE
# define QT_NO_WORKSPACE
#endif
diff --git a/doc/html/qiconview-h.html b/doc/html/qiconview-h.html
index 1c06cdb..a5d1be6 100644
--- a/doc/html/qiconview-h.html
+++ b/doc/html/qiconview-h.html
@@ -91,12 +91,6 @@ body { background: #ffffff; color: black; }
#ifndef QT_NO_ICONVIEW
-#if !defined( QT_MODULE_ICONVIEW ) || defined( QT_INTERNAL_ICONVIEW )
-#define QM_EXPORT_ICONVIEW
-#else
-#define QM_EXPORT_ICONVIEW Q_EXPORT
-#endif
-
class QIconView;
class QPainter;
class QMimeSource;
@@ -114,7 +108,7 @@ class QIconDragPrivate;
#ifndef QT_NO_DRAGANDDROP
-class QM_EXPORT_ICONVIEW QIconDragItem
+class Q_EXPORT QIconDragItem
{
public:
QIconDragItem();
@@ -128,7 +122,7 @@ private:
};
-class QM_EXPORT_ICONVIEW QIconDrag : public QDragObject
+class Q_EXPORT QIconDrag : public QDragObject
{
Q_OBJECT
public:
@@ -158,7 +152,7 @@ private:
class QIconViewToolTip;
class QIconViewItemPrivate;
-class QM_EXPORT_ICONVIEW QIconViewItem : public Qt
+class Q_EXPORT QIconViewItem : public Qt
{
friend class QIconView;
friend class QIconViewToolTip;
@@ -301,7 +295,7 @@ private:
class QIconViewPrivate; /* don't touch */
-class QM_EXPORT_ICONVIEW QIconView : public QScrollView
+class Q_EXPORT QIconView : public QScrollView
{
friend class QIconViewItem;
friend class QIconViewPrivate;