From 54b0b7f14b1aff11e26267eb5990feb8b77e7893 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 20 Aug 2010 15:00:11 +0200 Subject: Assistant: Clean-up - add newlines to end of files. --- tools/assistant/tools/assistant/bookmarkfiltermodel.cpp | 2 +- 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 -- cgit v0.12