aboutsummaryrefslogtreecommitdiff
path: root/mappletrunner
diff options
context:
space:
mode:
authorSachin Kundu <ext-sachin.kundu@nokia.com>2010-04-28 09:36:51 +0300
committerSachin Kundu <ext-sachin.kundu@nokia.com>2010-04-28 09:36:51 +0300
commit3a26407781a1806463e90ec43824b0d57fd5e7c0 (patch)
treee19469d9ce42264d908eb92b3225c7218808ed6a /mappletrunner
parent8eafc33dedec829763de0ff19e1b30b869a98c68 (diff)
Revert "Changes: Fix for OOP extensions not visible. Also, handles the removed visibilityChanged(bool) signal."
Still breaks unit test build. giving up This reverts commit 8eafc33dedec829763de0ff19e1b30b869a98c68.
Diffstat (limited to 'mappletrunner')
-rw-r--r--mappletrunner/mappletrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mappletrunner/mappletrunner.cpp b/mappletrunner/mappletrunner.cpp
index ad420278..44140cde 100644
--- a/mappletrunner/mappletrunner.cpp
+++ b/mappletrunner/mappletrunner.cpp
@@ -155,7 +155,7 @@ void MAppletRunner::setAppletProperties()
connect(widget, SIGNAL(setAppletText(QString)), this, SLOT(appletTextChanged(QString)));
}
- connect(this, SIGNAL(visibilityChanged()), widget, SIGNAL(visibleChanged()));
+ connect(this, SIGNAL(visibilityChanged(bool)), widget, SIGNAL(visibilityChanged(bool)));
connect(view, SIGNAL(orientationChanged(M::Orientation)), widget, SIGNAL(orientationChanged(M::Orientation)));
}