summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtDialog/QCMake.cxx')
-rw-r--r--Source/QtDialog/QCMake.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/QtDialog/QCMake.cxx b/Source/QtDialog/QCMake.cxx
index 9d25170..48a9c57 100644
--- a/Source/QtDialog/QCMake.cxx
+++ b/Source/QtDialog/QCMake.cxx
@@ -255,11 +255,11 @@ void QCMake::progressCallback(const char* msg, float percent, void* cd)
}
}
-void QCMake::errorCallback(const char* msg, const char* title,
- bool& stop, void* cd)
+void QCMake::errorCallback(const char* msg, const char* /*title*/,
+ bool& /*stop*/, void* cd)
{
QCMake* self = reinterpret_cast<QCMake*>(cd);
- emit self->error(title, msg, &stop);
+ emit self->errorMessage(msg);
}
QString QCMake::binaryDirectory() const