summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-29 14:24:33 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:16 +0100
commitde87a105b0cbcc73440a2613af6446d0e8819fb6 (patch)
treecf034331ec4d716916c9b567dc174e868fef19ef /src/modlistview.h
parent4ee3d2848e0fc2f32543f7d2aeaed22d77d937bd (diff)
Fix indentation and drop indicator.
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index 0ded8f1d..438ed8a4 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -5,6 +5,9 @@
#include <QDragEnterEvent>
#include "viewmarkingscrollbar.h"
+namespace Ui { class MainWindow; }
+class OrganizerCore;
+
class ModListView : public QTreeView
{
Q_OBJECT