Remove code minium QT_VERSION 5.9

This commit is contained in:
Simon De Backer
2020-08-12 22:04:46 +02:00
parent 69ff437368
commit 11a90d2f69
3 changed files with 0 additions and 18 deletions

View File

@@ -796,13 +796,7 @@ DiagramContext ElementsLocation::elementInformations() const
QDebug operator<< (QDebug debug, const ElementsLocation &location)
{
QDebugStateSaver saver(debug);
#if QT_VERSION >= 0x050400
#pragma message("@TODO remove code for QT 5.04 or later")
debug.noquote();
#else
debug.nospace();
#endif
QString msg;
msg += "ElementsLocation(";