summaryrefslogtreecommitdiff
path: root/src/frontend/mainindex/bookshelf/btindexmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mainindex/bookshelf/btindexmodule.h')
-rw-r--r--src/frontend/mainindex/bookshelf/btindexmodule.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/frontend/mainindex/bookshelf/btindexmodule.h b/src/frontend/mainindex/bookshelf/btindexmodule.h
index cbd711c..d8991ca 100644
--- a/src/frontend/mainindex/bookshelf/btindexmodule.h
+++ b/src/frontend/mainindex/bookshelf/btindexmodule.h
@@ -21,19 +21,18 @@ class QAction;
class QMimeData;
-class BTIndexModule : public BTIndexItem
-{
-public:
- BTIndexModule(BTModuleTreeItem* treeItem, QTreeWidgetItem* previous);
+class BTIndexModule : public BTIndexItem {
+ public:
+ BTIndexModule(BTModuleTreeItem* treeItem, QTreeWidgetItem* previous);
- ~BTIndexModule();
+ ~BTIndexModule();
- virtual bool enableAction(QAction* action) const;
- virtual bool acceptDrop(const QMimeData* data);
- CSwordModuleInfo* moduleInfo() const;
+ virtual bool enableAction(QAction* action) const;
+ virtual bool acceptDrop(const QMimeData* data);
+ CSwordModuleInfo* moduleInfo() const;
-private:
- CSwordModuleInfo* m_moduleInfo;
+ private:
+ CSwordModuleInfo* m_moduleInfo;
};
#endif