From e7b19239e1c649b04feabfe639f4ed8289ab7ac0 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 20 Jan 2009 17:47:17 -0500 Subject: Cleaned up some connections --- sigmodr/ScriptWidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigmodr/ScriptWidget.cpp') diff --git a/sigmodr/ScriptWidget.cpp b/sigmodr/ScriptWidget.cpp index 38699918..d31a5178 100644 --- a/sigmodr/ScriptWidget.cpp +++ b/sigmodr/ScriptWidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -98,7 +98,7 @@ Sigmodr::ScriptWidget::ScriptWidget(QWidget* parent, const Sigcore::Script& valu connect(m_simpleEdit, SIGNAL(textChanged()), this, SLOT(scriptChanged())); return; } - connect(this, SIGNAL(valueChanged(const Sigcore::Script&)), SLOT(setGui())); + connect(this, SIGNAL(valueChanged(Sigcore::Script)), SLOT(setGui())); setGui(); } -- cgit