forked from qt-creator/qt-creator
Debugger: Fix visibility of Debugging Helper Dialog
Task-number: QTCREATORBUG-8440 Done-with: David Schulz Change-Id: Iccd252cc743df37216884cbc0e5a51c96ac382b4 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1278,6 +1278,9 @@ static void showQtDumperLibraryWarning(const QString &details)
|
|||||||
"expand the Details section and click Build All."));
|
"expand the Details section and click Build All."));
|
||||||
if (!details.isEmpty())
|
if (!details.isEmpty())
|
||||||
dialog.setDetailedText(details);
|
dialog.setDetailedText(details);
|
||||||
|
#if defined(Q_OS_MAC) && QT_VERSION >= 0x050000
|
||||||
|
dialog.setWindowModality(Qt::WindowModal);
|
||||||
|
#endif
|
||||||
dialog.exec();
|
dialog.exec();
|
||||||
if (dialog.clickedButton() == qtPref) {
|
if (dialog.clickedButton() == qtPref) {
|
||||||
Core::ICore::showOptionsDialog(
|
Core::ICore::showOptionsDialog(
|
||||||
|
Reference in New Issue
Block a user