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>
This commit is contained in:
parent
c5d7ea5bad
commit
045a5e3b42
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user