diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:37:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:37:31 -0700 |
commit | 6ccb541f1dc22295e61195aeac532f9f46cb0253 (patch) | |
tree | d941f9e0b58b0221e9e0bfd387c4bb9eae94e98b /qt-ui/completionmodels.h | |
parent | 2ec6303f50ee2811aa0504372ddd61227157572b (diff) | |
download | subsurface-6ccb541f1dc22295e61195aeac532f9f46cb0253.tar.gz |
Random white space cleanup
Because I can.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/completionmodels.h')
-rw-r--r-- | qt-ui/completionmodels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/completionmodels.h b/qt-ui/completionmodels.h index 42b81946c..e4f1770e2 100644 --- a/qt-ui/completionmodels.h +++ b/qt-ui/completionmodels.h @@ -6,7 +6,7 @@ class BuddyCompletionModel : public QStringListModel { Q_OBJECT public: - static BuddyCompletionModel* instance(); + static BuddyCompletionModel* instance(); void updateModel(); }; |