summaryrefslogtreecommitdiffstats
path: root/src/errordialoghandler.cpp
diff options
context:
space:
mode:
authorxerus2000 <27jf@pm.me>2020-11-13 21:35:08 +0100
committerxerus2000 <27jf@pm.me>2020-11-13 21:35:08 +0100
commit8e18c532f3bb04177093581f2ec1bc993225079e (patch)
tree56b4492feeaa7ca036de3b9cd91bc0e566c78d36 /src/errordialoghandler.cpp
parent2d9dcff9256b8b092af0d6d89f94b797e441c95a (diff)
parent3a9048073bf045c40ae015d61634bf6248540ce2 (diff)
Merge remote-tracking branch 'upstream/2.3' into cleanup-headers
Diffstat (limited to 'src/errordialoghandler.cpp')
-rw-r--r--src/errordialoghandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/errordialoghandler.cpp b/src/errordialoghandler.cpp
index 8cc92b5542..634b9b6278 100644
--- a/src/errordialoghandler.cpp
+++ b/src/errordialoghandler.cpp
@@ -61,8 +61,7 @@ void ErrorDialogHandler::setEnabled(bool enabled) {
ErrorDialogHandler::ErrorDialogHandler() {
m_errorCondition = false;
- connect(this, SIGNAL(showErrorDialog(ErrorDialogProperties*)),
- this, SLOT(errorDialog(ErrorDialogProperties*)));
+ connect(this, &ErrorDialogHandler::showErrorDialog, this, &ErrorDialogHandler::errorDialog);
}
ErrorDialogHandler::~ErrorDialogHandler() {