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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug_functions.cpp b/src/debug_functions.cpp
index 6186b9da..b8321640 100644
--- a/src/debug_functions.cpp
+++ b/src/debug_functions.cpp
@@ -21,7 +21,6 @@ void call_notice(QString p_message)
QMessageBox *msgBox = new QMessageBox;
msgBox->setText(p_message);
-
msgBox->setWindowTitle(
QCoreApplication::translate("debug_functions", "Notice"));