forked from qt-creator/qt-creator
Utils: Add Qt6 to QtVersion enum
Change-Id: Idb00fde1459d00caaf263a21eecb96e6f6bd6fd9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -158,6 +158,7 @@ QString Utils::toString(::Utils::QtVersion qtVersion)
|
||||
CASE_QTVERSION(None);
|
||||
CASE_QTVERSION(Qt4);
|
||||
CASE_QTVERSION(Qt5);
|
||||
CASE_QTVERSION(Qt6);
|
||||
// no default to get a compiler warning if anything is added
|
||||
}
|
||||
#undef CASE_QTVERSION
|
||||
|
||||
Reference in New Issue
Block a user