summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-08-03 10:55:04 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-07 16:40:07 +0200
commit045a5e3b42747be1198ec6d33d344aaed1b3618b (patch)
tree94bf0d9f2e17a001123e0971ae922f29faebc01f /src/corelib/io/qdebug.h
parentc5d7ea5badb4ccc0cd7027d8629d80809e7ec3d7 (diff)
QtNoDebug: remove special member functions
These are better generated by the compiler. Change-Id: I5afa9fd17997c220622ed0e5990c33e52700840f Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qdebug.h')
-rw-r--r--src/corelib/io/qdebug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/io/qdebug.h b/src/corelib/io/qdebug.h
index 8bc4128a95..5ca33a3651 100644
--- a/src/corelib/io/qdebug.h
+++ b/src/corelib/io/qdebug.h
@@ -135,9 +135,6 @@ Q_DECLARE_SHARED(QDebug)
class QNoDebug
{
public:
- inline QNoDebug(){}
- inline QNoDebug(const QDebug &){}
- inline ~QNoDebug(){}
inline QNoDebug &operator<<(QTextStreamFunction) { return *this; }
inline QNoDebug &operator<<(QTextStreamManipulator) { return *this; }
inline QNoDebug &space() { return *this; }