forked from qt-creator/qt-creator
Drop Qt5: Debugger: Remove code below Qt 6.0.0
Change-Id: I6ccc87465e7bac13268b426070544ca84e0616b2 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -2152,9 +2152,6 @@ DebuggerPlugin::DebuggerPlugin()
|
||||
m_instance = this;
|
||||
|
||||
qRegisterMetaType<PerspectiveState>("Utils::PerspectiveState");
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
qRegisterMetaTypeStreamOperators<PerspectiveState>("Utils::PerspectiveState");
|
||||
#endif
|
||||
}
|
||||
|
||||
DebuggerPlugin::~DebuggerPlugin()
|
||||
|
||||
Reference in New Issue
Block a user