forked from qt-creator/qt-creator
Utils: Fix compilation
Amends: 3a5c22c3ce
Change-Id: I3914e43f9535673a0d7a82e7955565ce5a763c06
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
committed by
Marcus Tillmanns
parent
566754014b
commit
aee3b61164
@@ -64,8 +64,8 @@ static QMessageBox::StandardButton exec(
|
|||||||
#if QT_VERSION < QT_VERSION_CHECK(6, 6, 1)
|
#if QT_VERSION < QT_VERSION_CHECK(6, 6, 1)
|
||||||
if (!buttonTextOverrides.isEmpty())
|
if (!buttonTextOverrides.isEmpty())
|
||||||
msgBox.setOptions(QMessageBox::Option::DontUseNativeDialog);
|
msgBox.setOptions(QMessageBox::Option::DontUseNativeDialog);
|
||||||
|
#endif // QT_VERSION < QT_VERSION_CHECK(6, 6, 1)
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (decider.shouldAskAgain) {
|
if (decider.shouldAskAgain) {
|
||||||
|
Reference in New Issue
Block a user