diff options
| author | Tannin <devnull@localhost> | 2015-01-03 15:58:52 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-03 15:58:52 +0100 |
| commit | a16e25380f088dc310fbed24d2dcef603357e99a (patch) | |
| tree | 40fc3b5254f2797eb20bfac1d54a22652d469fa2 /src/modlistview.h | |
| parent | 459816ab71ae6b350847cc93f1e03e49ecf75ade (diff) | |
| parent | f2f9e11fdd876821107cff0c1c5b9d8ecf66691f (diff) | |
Merge with branch1.2
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index e501a660..4907225f 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -3,6 +3,7 @@ #include <QTreeView>
#include <QDragEnterEvent>
+#include "viewmarkingscrollbar.h"
class ModListView : public QTreeView
{
@@ -10,10 +11,14 @@ class ModListView : public QTreeView public:
explicit ModListView(QWidget *parent = 0);
virtual void dragEnterEvent(QDragEnterEvent *event);
+ virtual void setModel(QAbstractItemModel *model);
signals:
void dropModeUpdate(bool dropOnRows);
public slots:
+private:
+
+ ViewMarkingScrollBar *m_Scrollbar;
};
|
