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/tableview.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/tableview.h')
-rw-r--r-- | qt-ui/tableview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/tableview.h b/qt-ui/tableview.h index 9ffee429e..fc22425d3 100644 --- a/qt-ui/tableview.h +++ b/qt-ui/tableview.h @@ -30,14 +30,14 @@ public: void edit(const QModelIndex& index); QTableView *view(); protected: - virtual void showEvent(QShowEvent* ); - virtual void resizeEvent(QResizeEvent* ); + virtual void showEvent(QShowEvent* ); + virtual void resizeEvent(QResizeEvent* ); signals: void addButtonClicked(); private: - Ui::TableView ui; + Ui::TableView ui; QPushButton *plusBtn; }; |