mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
76203abcb8
commit
d120e861cb
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue