summaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 04:37:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 04:37:31 -0700
commit6ccb541f1dc22295e61195aeac532f9f46cb0253 (patch)
treed941f9e0b58b0221e9e0bfd387c4bb9eae94e98b /qt-ui/profilegraphics.h
parent2ec6303f50ee2811aa0504372ddd61227157572b (diff)
downloadsubsurface-6ccb541f1dc22295e61195aeac532f9f46cb0253.tar.gz
Random white space cleanup
Because I can. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r--qt-ui/profilegraphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h
index 469bf871f..a45243ba3 100644
--- a/qt-ui/profilegraphics.h
+++ b/qt-ui/profilegraphics.h
@@ -117,11 +117,11 @@ private:
class GraphicsTextEditor : public QGraphicsTextItem{
Q_OBJECT
public:
- GraphicsTextEditor(QGraphicsItem* parent = 0);
+ GraphicsTextEditor(QGraphicsItem* parent = 0);
protected:
- virtual void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* event);
- virtual void keyReleaseEvent(QKeyEvent* event);
+ virtual void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* event);
+ virtual void keyReleaseEvent(QKeyEvent* event);
signals:
void textChanged(const QString& text);