summaryrefslogtreecommitdiff
path: root/muse2/awl
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-10-15 21:24:15 +0000
committerFlorian Jung <flo@windfisch.org>2011-10-15 21:24:15 +0000
commitb071fa342f72770346e36b3564c9c225d9af791f (patch)
tree9f82f5cb2c1f361966c307d5da01d3dbfa8901de /muse2/awl
parente4124c33aca9180e545cca0b353308625fc0082a (diff)
forgot to remove a debugging statement
Diffstat (limited to 'muse2/awl')
-rw-r--r--muse2/awl/sigspinbox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/muse2/awl/sigspinbox.cpp b/muse2/awl/sigspinbox.cpp
index a4e4b21f..f1399538 100644
--- a/muse2/awl/sigspinbox.cpp
+++ b/muse2/awl/sigspinbox.cpp
@@ -15,7 +15,6 @@ class MyLineEdit : public QLineEdit
virtual void mousePressEvent (QMouseEvent* e)
{
QLineEdit::mousePressEvent(e);
- printf("!!!\n");
selectAll();
}
};