aboutsummaryrefslogtreecommitdiff
path: root/src/debug_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug_functions.cpp')
-rw-r--r--src/debug_functions.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/debug_functions.cpp b/src/debug_functions.cpp
index 77f2f35a..f33a2c65 100644
--- a/src/debug_functions.cpp
+++ b/src/debug_functions.cpp
@@ -7,8 +7,7 @@ void call_error(QString p_message)
msgBox->setText("Error: " + p_message);
msgBox->setWindowTitle("Error");
-
- //msgBox->setWindowModality(Qt::NonModal);
+ // msgBox->setWindowModality(Qt::NonModal);
msgBox->exec();
}
@@ -19,7 +18,6 @@ void call_notice(QString p_message)
msgBox->setText(p_message);
msgBox->setWindowTitle("Notice");
-
- //msgBox->setWindowModality(Qt::NonModal);
+ // msgBox->setWindowModality(Qt::NonModal);
msgBox->exec();
}