QKeySequence: remove duplicate QDataStream operators

The operators are implemented in qkeysequence.cpp

Change-Id: Id3078abe944673dd2076cc642e4474caa1472dcc
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
bb10
J-P Nurmi 2012-10-12 10:22:57 +02:00 committed by The Qt Project
parent 58add50eb0
commit de23077207
1 changed files with 0 additions and 5 deletions

View File

@ -227,11 +227,6 @@ public:
QKeySequence(int) {}
};
#ifndef QT_NO_DATASTREAM
Q_GUI_EXPORT QDataStream &operator<<(QDataStream &in, const QKeySequence &ks) {}
Q_GUI_EXPORT QDataStream &operator>>(QDataStream &in, QKeySequence &ks) {}
#endif /* #ifndef QT_NO_DATASTREAM */
#endif // QT_NO_SHORTCUT
QT_END_NAMESPACE