From 94840c665eab4e8ce7609c84ca958af4fbead45c Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Fri, 22 Oct 2010 18:50:14 +0000 Subject: See ChangeLog --- muse2/ChangeLog | 1 + muse2/muse/widgets/tools.cpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 461c40e7..32e0be1f 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,5 +1,6 @@ 21.10.2010 Toolbar1 usage of Q3ListBox changed to QTableWidget. (p4.0.3 Tim) More Toolbar1 fixes. (p4.0.4 Tim) + Fixed widgets/tools.cpp EditToolBar::EditToolBar connect Q3Action. (p4.0.5 Tim) 20.10.2010 * Fixed: cmake should work now. (T356) - Changed the QT4_WRAP_UI3 macro to generate .h instead of ui_.h diff --git a/muse2/muse/widgets/tools.cpp b/muse2/muse/widgets/tools.cpp index 7816f632..bb6ba334 100644 --- a/muse2/muse/widgets/tools.cpp +++ b/muse2/muse/widgets/tools.cpp @@ -87,7 +87,8 @@ EditToolBar::EditToolBar(Q3MainWindow* parent, int tools, const char*) ++n; } action->addTo(this); - connect(action, SIGNAL(selected(Q3Action*)), SLOT(toolChanged(QAction*))); + //connect(action, SIGNAL(selected(Q3Action*)), SLOT(toolChanged(QAction*))); + connect(action, SIGNAL(selected(Q3Action*)), SLOT(toolChanged(Q3Action*))); // p4.0.5 } //--------------------------------------------------------- -- cgit v1.2.3