diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-20 17:47:17 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-20 17:47:17 -0500 |
| commit | e7b19239e1c649b04feabfe639f4ed8289ab7ac0 (patch) | |
| tree | d29afc2e93d0dda20d1a6ed60c6926744d9a69b4 /sigmodr/ScriptWidget.cpp | |
| parent | 0015cc077a261f0da4852f570f83a975b3724cd3 (diff) | |
| download | sigen-e7b19239e1c649b04feabfe639f4ed8289ab7ac0.tar.gz sigen-e7b19239e1c649b04feabfe639f4ed8289ab7ac0.tar.xz sigen-e7b19239e1c649b04feabfe639f4ed8289ab7ac0.zip | |
Cleaned up some connections
Diffstat (limited to 'sigmodr/ScriptWidget.cpp')
| -rw-r--r-- | sigmodr/ScriptWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * 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(); } |
