summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/installerbasecommons.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-05 12:38:13 +0200
committerkh1 <qt-info@nokia.com>2011-07-05 12:38:13 +0200
commit131ecc2b123b7fc16153231fab3951c98f0c8672 (patch)
treefd3f18dc29a4b47ad42ee231dfeb68d78afe9915 /installerbuilder/installerbase/installerbasecommons.cpp
parent165ebab810b206b7dfb06a405f26fc062ce702a8 (diff)
Hide KDJob from public API.
Diffstat (limited to 'installerbuilder/installerbase/installerbasecommons.cpp')
-rw-r--r--installerbuilder/installerbase/installerbasecommons.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/installerbuilder/installerbase/installerbasecommons.cpp b/installerbuilder/installerbase/installerbasecommons.cpp
index 931d67c97..b12001d14 100644
--- a/installerbuilder/installerbase/installerbasecommons.cpp
+++ b/installerbuilder/installerbase/installerbasecommons.cpp
@@ -152,9 +152,8 @@ void IntroductionPageImpl::setErrorMessage(const QString &error)
m_errorLabel->setPalette(palette);
}
-void IntroductionPageImpl::message(KDJob *job, const QString &msg)
+void IntroductionPageImpl::message(const QString &msg)
{
- Q_UNUSED(job)
m_label->setText(msg);
}