aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview/classviewmanager.cpp
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-06-24 11:15:32 +0200
committerhjk <hjk121@nokiamail.com>2014-07-01 11:21:44 +0200
commita355013eb17ec8cc0b726f3e0a846ed39fc8ffd2 (patch)
tree07ef5be8109cad48af3af99481162a97a75e3a78 /src/plugins/classview/classviewmanager.cpp
parent142f48e340c7b27f5c8c74e39df9615bade8a59f (diff)
Core: Use some data members in NavigationWidgetFactory
Adjust user code, remove unused bits. Change-Id: I351deb27679c9251518a4d1bf7f78a12bacae2fb Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/classview/classviewmanager.cpp')
-rw-r--r--src/plugins/classview/classviewmanager.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/plugins/classview/classviewmanager.cpp b/src/plugins/classview/classviewmanager.cpp
index e0d756a3a8..877f36dc80 100644
--- a/src/plugins/classview/classviewmanager.cpp
+++ b/src/plugins/classview/classviewmanager.cpp
@@ -224,10 +224,6 @@ void Manager::initialize()
{
// use Qt::QueuedConnection everywhere
- // widget factory signals
- connect(NavigationWidgetFactory::instance(), SIGNAL(widgetIsCreated()),
- SLOT(onWidgetIsCreated()), Qt::QueuedConnection);
-
// internal manager state is changed
connect(this, SIGNAL(stateChanged(bool)), SLOT(onStateChanged(bool)), Qt::QueuedConnection);
@@ -319,17 +315,6 @@ void Manager::setState(bool state)
}
/*!
- Reacts to the widget factory creating a widget.
-
- \sa setState, state
-*/
-
-void Manager::onWidgetIsCreated()
-{
- // do nothing - continue to sleep
-}
-
-/*!
Reacts to the \a visibility of one navigation pane widget being changed
(there might be a lot of them).