Indent fix

* Fix tagwidget.h indent.

Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Boris Barbulovski 2014-02-09 18:35:23 +01:00 committed by Dirk Hohndel
parent 76203abcb8
commit d120e861cb

View file

@ -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 */