mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-30 07:44:13 +02:00
Revert "Set QET version to 0.200.1 when built with Qt6"
This reverts commit 608ca984a4.
This commit is contained in:
@@ -23,11 +23,7 @@ namespace QetVersion
|
||||
|
||||
QVersionNumber currentVersion()
|
||||
{
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||
return QVersionNumber{ 0, 200, 1 };
|
||||
#else
|
||||
return QVersionNumber{ 0, 100, 1 };
|
||||
#endif
|
||||
}
|
||||
|
||||
QString displayedVersion()
|
||||
|
||||
Reference in New Issue
Block a user