summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/image/qicon.h1
-rw-r--r--src/gui/image/qimage.h1
-rw-r--r--src/gui/kernel/qkeysequence.h2
-rw-r--r--src/gui/painting/qbrush.h1
-rw-r--r--src/gui/painting/qpen.h2
5 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/image/qicon.h b/src/gui/image/qicon.h
index 264b672c8c..ca1a1af961 100644
--- a/src/gui/image/qicon.h
+++ b/src/gui/image/qicon.h
@@ -128,7 +128,6 @@ public:
};
Q_DECLARE_SHARED(QIcon)
-Q_DECLARE_TYPEINFO(QIcon, Q_MOVABLE_TYPE);
#if !defined(QT_NO_DATASTREAM)
Q_GUI_EXPORT QDataStream &operator<<(QDataStream &, const QIcon &);
diff --git a/src/gui/image/qimage.h b/src/gui/image/qimage.h
index aa81061c24..eafd7eb598 100644
--- a/src/gui/image/qimage.h
+++ b/src/gui/image/qimage.h
@@ -304,7 +304,6 @@ public:
};
Q_DECLARE_SHARED(QImage)
-Q_DECLARE_TYPEINFO(QImage, Q_MOVABLE_TYPE);
// Inline functions...
diff --git a/src/gui/kernel/qkeysequence.h b/src/gui/kernel/qkeysequence.h
index 4cae253b50..4e0f1dfbff 100644
--- a/src/gui/kernel/qkeysequence.h
+++ b/src/gui/kernel/qkeysequence.h
@@ -211,7 +211,7 @@ public:
typedef QKeySequencePrivate * DataPtr;
inline DataPtr &data_ptr() { return d; }
};
-Q_DECLARE_TYPEINFO(QKeySequence, Q_MOVABLE_TYPE);
+
Q_DECLARE_SHARED(QKeySequence)
#ifndef QT_NO_DEBUG_STREAM
diff --git a/src/gui/painting/qbrush.h b/src/gui/painting/qbrush.h
index b4cffc45db..df41f2ad89 100644
--- a/src/gui/painting/qbrush.h
+++ b/src/gui/painting/qbrush.h
@@ -145,7 +145,6 @@ public:
inline void QBrush::setColor(Qt::GlobalColor acolor)
{ setColor(QColor(acolor)); }
-Q_DECLARE_TYPEINFO(QBrush, Q_MOVABLE_TYPE);
Q_DECLARE_SHARED(QBrush)
/*****************************************************************************
diff --git a/src/gui/painting/qpen.h b/src/gui/painting/qpen.h
index 35b3f5eec6..f461f1b59e 100644
--- a/src/gui/painting/qpen.h
+++ b/src/gui/painting/qpen.h
@@ -130,7 +130,7 @@ public:
typedef QPenPrivate * DataPtr;
inline DataPtr &data_ptr() { return d; }
};
-Q_DECLARE_TYPEINFO(QPen, Q_MOVABLE_TYPE);
+
Q_DECLARE_SHARED(QPen)
#ifndef QT_NO_DEBUG_STREAM