summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-03-29 20:29:26 +0200
committerArno <arno@disconnect.de>2016-03-29 20:29:26 +0200
commitaba573026ec3ca79e30d0350a645d91169421443 (patch)
treee7bbb974bbd72749d51556f20aae135b16ea3d47 /shemov.cpp
parentbc11672a2bc4140f67476b79fc6b427f4a5cc4ec (diff)
downloadSheMov-aba573026ec3ca79e30d0350a645d91169421443.tar.gz
SheMov-aba573026ec3ca79e30d0350a645d91169421443.tar.bz2
SheMov-aba573026ec3ca79e30d0350a645d91169421443.zip
Make the SlideDialog do somethin
Well, implement functionality. Seems to work as intended.
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index eaa85c7..0aa87fd 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -516,7 +516,7 @@ void SheMov::createActions(){
mPVSlideDlgA = new QAction(QIcon(":/hourglass_figure.png"), tr("Show slide dialog..."), this);
mPVSlideDlgA->setData(PictureViewer2::SlideAction);
mPicWidget->picView()->addAction(mPVSlideDlgA);
- connect(mPVSlideDlgA, SIGNAL(triggered()), picViewer, SLOT(doSlide()));
+ connect(mPVSlideDlgA, SIGNAL(triggered()), picViewer, SLOT(showSlide()));
mPicWidget->picView()->addAction(createSeparator());
// Show/Hide Picture Viewer