summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(){