aboutsummaryrefslogtreecommitdiff
path: root/debug_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debug_functions.cpp')
-rw-r--r--debug_functions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_functions.cpp b/debug_functions.cpp
index 347e620..848667d 100644
--- a/debug_functions.cpp
+++ b/debug_functions.cpp
@@ -11,7 +11,7 @@ void call_error(QString p_message)
//msgBox->setWindowModality(Qt::NonModal);
- msgBox->show();
+ msgBox->exec();
}
void call_notice(QString p_message)
@@ -23,5 +23,5 @@ void call_notice(QString p_message)
//msgBox->setWindowModality(Qt::NonModal);
- msgBox->show();
+ msgBox->exec();
}