From 5e4e5a4e10eb943c4fff7e2c5081dbcabb8d3586 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Tue, 17 Sep 2013 15:56:47 -0400 Subject: [PATCH] using different slider signal --- openbr/gui/tail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/gui/tail.cpp b/openbr/gui/tail.cpp index 7a78c81..13afff2 100644 --- a/openbr/gui/tail.cpp +++ b/openbr/gui/tail.cpp @@ -20,7 +20,7 @@ Tail::Tail(QWidget *parent) layout->addWidget(rhs); setFocusPolicy(Qt::StrongFocus); setVisible(false); - connect(slider, SIGNAL(sliderMoved(int)), this, SLOT(setIndex(int))); + connect(slider, SIGNAL(valueChanged(int)), this, SLOT(setIndex(int))); connect(&compareWatcher, SIGNAL(finished()), this, SLOT(compareDone())); } -- libgit2 0.21.4