forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user