diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2010-08-20 13:00:11 (GMT) |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2010-08-20 13:22:27 (GMT) |
commit | 54b0b7f14b1aff11e26267eb5990feb8b77e7893 (patch) | |
tree | ecc3a31a6fea0d705090c17b0369595448b8fffa /tools/assistant | |
parent | 7c58dbc021e71be80aab66d568d7e4cf4f4ca870 (diff) | |
download | Qt-54b0b7f14b1aff11e26267eb5990feb8b77e7893.zip Qt-54b0b7f14b1aff11e26267eb5990feb8b77e7893.tar.gz Qt-54b0b7f14b1aff11e26267eb5990feb8b77e7893.tar.bz2 |
Assistant: Clean-up - add newlines to end of files.
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/tools/assistant/bookmarkfiltermodel.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/tools/assistant/bookmarkmanagerwidget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/tools/assistant/bookmarkfiltermodel.cpp b/tools/assistant/tools/assistant/bookmarkfiltermodel.cpp index 5874493..7a7c2e3 100644 --- a/tools/assistant/tools/assistant/bookmarkfiltermodel.cpp +++ b/tools/assistant/tools/assistant/bookmarkfiltermodel.cpp @@ -319,4 +319,4 @@ BookmarkTreeModel::filterAcceptsRow(int row, const QModelIndex &parent) const && model->data(model->index(row, 0, parent), UserRoleFolder).toBool()) return true; return false; -}
\ No newline at end of file +} diff --git a/tools/assistant/tools/assistant/bookmarkmanagerwidget.h b/tools/assistant/tools/assistant/bookmarkmanagerwidget.h index 94384a6..e7429d0 100644 --- a/tools/assistant/tools/assistant/bookmarkmanagerwidget.h +++ b/tools/assistant/tools/assistant/bookmarkmanagerwidget.h @@ -99,4 +99,4 @@ private: QT_END_NAMESPACE -#endif // BOOKMARKMANAGERWIDGET_H
\ No newline at end of file +#endif // BOOKMARKMANAGERWIDGET_H |