From 0cf324c2c622745f0f3929acc30ec73cc5fe50ad Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 26 Oct 2013 14:01:16 +1000 Subject: [PATCH] Fix scrollbar disconnect debug messages --- sleepyhead/Graphs/gGraphView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index e5fbae5c..687c15ac 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -2445,7 +2445,7 @@ gGraphView::~gGraphView() delete backlines; delete quads; if (m_scrollbar) { - this->disconnect(SIGNAL(sliderMoved(int)),this); + this->disconnect(m_scrollbar,SIGNAL(sliderMoved(int)),0,0); } disconnect(redrawtimer,0,0,0); disconnect(timer,0,0,0);