diff options
author | Boris Barbulovski <bbarbulovski@gmail.com> | 2014-02-09 18:35:23 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-09 14:42:06 -0800 |
commit | d120e861cba5cf4af87d30ff4ca5c40edafb9e12 (patch) | |
tree | 60cfcce9fcf0ed2c9a3e98fbea9c17b8465586a8 | |
parent | 76203abcb8b78a9a1ac457dba1c9ac046224d734 (diff) | |
download | subsurface-d120e861cba5cf4af87d30ff4ca5c40edafb9e12.tar.gz |
Indent fix
* Fix tagwidget.h indent.
Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/tagwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/tagwidget.h b/qt-ui/tagwidget.h index 1f5cc2d3e..b69bbdc24 100644 --- a/qt-ui/tagwidget.h +++ b/qt-ui/tagwidget.h @@ -18,12 +18,12 @@ public: void setCursorPosition(int position); void wheelEvent(QWheelEvent *event); public slots: - void reparse(); + void reparse(); void completionSelected(QString); protected: void keyPressEvent(QKeyEvent *e); private: - QCompleter *m_completer; + QCompleter *m_completer; }; #endif /* __TAGWIDGET_H */ |