diff options
author | Florian Jung <flo@windfisch.org> | 2011-10-15 21:24:15 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-10-15 21:24:15 +0000 |
commit | b071fa342f72770346e36b3564c9c225d9af791f (patch) | |
tree | 9f82f5cb2c1f361966c307d5da01d3dbfa8901de /muse2/awl/sigspinbox.cpp | |
parent | e4124c33aca9180e545cca0b353308625fc0082a (diff) |
forgot to remove a debugging statement
Diffstat (limited to 'muse2/awl/sigspinbox.cpp')
-rw-r--r-- | muse2/awl/sigspinbox.cpp | 1 |
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(); } }; |