summaryrefslogtreecommitdiff
path: root/src/frontend/mainindex/bookmarks/btbookmarkitembase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mainindex/bookmarks/btbookmarkitembase.cpp')
-rw-r--r--src/frontend/mainindex/bookmarks/btbookmarkitembase.cpp21
1 files changed, 9 insertions, 12 deletions
diff --git a/src/frontend/mainindex/bookmarks/btbookmarkitembase.cpp b/src/frontend/mainindex/bookmarks/btbookmarkitembase.cpp
index bd5ae13..a4270a8 100644
--- a/src/frontend/mainindex/bookmarks/btbookmarkitembase.cpp
+++ b/src/frontend/mainindex/bookmarks/btbookmarkitembase.cpp
@@ -13,29 +13,26 @@
#include <QTreeWidgetItem>
#include <QDropEvent>
-BtBookmarkItemBase::BtBookmarkItemBase()
-{}
+BtBookmarkItemBase::BtBookmarkItemBase() {}
BtBookmarkItemBase::BtBookmarkItemBase(QTreeWidgetItem* parent)
- : QTreeWidgetItem(parent)
-{}
+ : QTreeWidgetItem(parent) {}
-CBookmarkIndex* BtBookmarkItemBase::bookmarkWidget() const
-{
- return dynamic_cast<CBookmarkIndex*>(treeWidget());
+CBookmarkIndex* BtBookmarkItemBase::bookmarkWidget() const {
+ return dynamic_cast<CBookmarkIndex*>(treeWidget());
}
// void BtBookmarkItemBase::dropped(QDropEvent* e)
// {
-//
+//
// }
-//
+//
// void BtBookmarkItemBase::addPreviousSibling(BtBookmarkItemBase* item)
// {
-//
+//
// }
-//
+//
// void BtBookmarkItemBase::addNextSibling(BtBookmarkItemBase* item)
// {
-//
+//
// }