summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-11-27 12:32:39 +0100
committerArno <am@disconnect.de>2010-11-27 12:32:39 +0100
commitd4d7d583bccd653499fc7fb988955209d443edae (patch)
treeec9a6d722dc645a1ef2a0d2c3733013f60d7c69b /shemov.cpp
parentda30a02976792a07c72e8be01aebde019a6a09d5 (diff)
downloadSheMov-d4d7d583bccd653499fc7fb988955209d443edae.tar.gz
SheMov-d4d7d583bccd653499fc7fb988955209d443edae.tar.bz2
SheMov-d4d7d583bccd653499fc7fb988955209d443edae.zip
Remove unused QSignalMapper
Remove unused QSignalMapper from shemov causing a warning on startup. Seems to be a leftover from implementing the toolbar.
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 7cbbce6..1e68bd5 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -447,8 +447,6 @@ void SheMov::createActions(){
mHoverArchiveA = new QAction(QIcon(":/prince_albert.png"), tr("Hover over directories"), this);
connect(mHoverArchiveA, SIGNAL(toggled(bool)), this, SLOT(toggleHoverArchive(bool)));
mHoverArchiveA->setCheckable(true);
- QSignalMapper *hoverMapper = new QSignalMapper(this);
- connect(hoverMapper, SIGNAL(mapped(QString)), this, SLOT(toggleHover()));
}
void SheMov::createMenus(){