summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/installerbasecommons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/installerbase/installerbasecommons.cpp')
-rw-r--r--installerbuilder/installerbase/installerbasecommons.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/installerbuilder/installerbase/installerbasecommons.cpp b/installerbuilder/installerbase/installerbasecommons.cpp
index b483f4adb..726c632ee 100644
--- a/installerbuilder/installerbase/installerbasecommons.cpp
+++ b/installerbuilder/installerbase/installerbasecommons.cpp
@@ -139,6 +139,11 @@ void IntroductionPageImpl::setMaintenanceToolsEnabled(bool enable)
m_removeAllComponents->setEnabled(enable);
}
+void IntroductionPageImpl::setMessage(const QString &msg)
+{
+ m_label->setText(msg);
+}
+
void IntroductionPageImpl::setErrorMessage(const QString &error)
{
QPalette palette;
@@ -153,11 +158,6 @@ void IntroductionPageImpl::setErrorMessage(const QString &error)
m_errorLabel->setPalette(palette);
}
-void IntroductionPageImpl::message(const QString &msg)
-{
- m_label->setText(msg);
-}
-
void IntroductionPageImpl::setUpdater(bool value)
{
if (value) {