diff options
author | Paul Wicking <[email protected]> | 2018-06-05 14:04:04 +0200 |
---|---|---|
committer | Paul Wicking <[email protected]> | 2018-06-06 09:47:21 +0000 |
commit | afdb675ada5b21216dd1bf017a6054cf508be0b9 (patch) | |
tree | 90639881dfe2a93b0d8b06eb3ae9309fe757ea7b /examples/sql | |
parent | fcbfa534fab7dc0e989382a664031a42ba35ee92 (diff) |
Doc: Clean up SQL Example: Books - whitespace edition
Remove whitespace for consistency.
Task-number: QTBUG-68652
Change-Id: I1ca1f449db2352cb96c88535936f2c44392693cf
Reviewed-by: Venugopal Shivashankar <[email protected]>
Diffstat (limited to 'examples/sql')
-rw-r--r-- | examples/sql/books/bookdelegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/books/bookdelegate.h b/examples/sql/books/bookdelegate.h index a7a76a10605..f1b43269920 100644 --- a/examples/sql/books/bookdelegate.h +++ b/examples/sql/books/bookdelegate.h @@ -74,7 +74,7 @@ public: const QModelIndex &index) override; QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, - const QModelIndex &index) const override; + const QModelIndex &index) const override; private: QPixmap star; |