diff options
author | Florian Jung <flo@windfisch.org> | 2011-05-27 13:40:27 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-05-27 13:40:27 +0000 |
commit | e46d7bf9d40b883ef7194a893ad03de8d5fd32ef (patch) | |
tree | bfaa9f538be0bd10af01187ef0d54734a250236e /muse2/awl | |
parent | 4b344cf08471bcfbce5814ddead384dddb9bb86b (diff) |
applied some hunks of the patch sent in by WillyFoobar
Diffstat (limited to 'muse2/awl')
-rw-r--r-- | muse2/awl/sigedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/awl/sigedit.cpp b/muse2/awl/sigedit.cpp index 984a209b..0ff40de9 100644 --- a/muse2/awl/sigedit.cpp +++ b/muse2/awl/sigedit.cpp @@ -159,7 +159,7 @@ QAbstractSpinBox::StepEnabled SigEdit::stepEnabled() const // fixup //--------------------------------------------------------- -void SigEdit::fixup(QString& input) const +void SigEdit::fixup(QString& /*input*/) const { // printf("fixup <%s>\n", input.toLatin1().constData()); } |