Debugger: Avoid messagesboxes on the same topic at the same time

Task-number: QTCREATORBUG-16971
Change-Id: I625f04cbd8f609c66597450dbad22ebc6eadcfe5
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2016-12-14 09:59:49 +01:00
parent c16d350539
commit 26331f771a
3 changed files with 13 additions and 4 deletions

View File

@@ -415,7 +415,7 @@ protected:
static QString msgStoppedByException(const QString &description,
const QString &threadId);
static QString msgInterrupted();
void showStoppedBySignalMessageBox(const QString meaning, QString name);
bool showStoppedBySignalMessageBox(const QString meaning, QString name);
void showStoppedByExceptionMessageBox(const QString &description);
bool isStateDebugging() const;