diff options
author | Florian Jung <flo@windfisch.org> | 2012-05-28 14:15:52 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2012-05-28 14:15:52 +0000 |
commit | d2a88cfaad5ac385fc3c6212c09ad7fbc38e9454 (patch) | |
tree | 387da0b38255003e1a971629ea0de32273ac3d3c /muse2/awl/posedit.cpp | |
parent | 716f5a5b56a3b7ff59004ef0a1af5f98cb2a691c (diff) |
merged with release_2_0
Diffstat (limited to 'muse2/awl/posedit.cpp')
-rw-r--r-- | muse2/awl/posedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/awl/posedit.cpp b/muse2/awl/posedit.cpp index 7441a849..a07d8f65 100644 --- a/muse2/awl/posedit.cpp +++ b/muse2/awl/posedit.cpp @@ -368,9 +368,9 @@ QAbstractSpinBox::StepEnabled PosEdit::stepEnabled() const // fixup //--------------------------------------------------------- -void PosEdit::fixup(QString& input) const +void PosEdit::fixup(QString& /*input*/) const { - printf("fixup <%s>\n", input.toLatin1().constData()); // REMOVE Tim. + //printf("fixup <%s>\n", input.toLatin1().constData()); } //--------------------------------------------------------- |