diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-29 14:24:33 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:16 +0100 |
| commit | de87a105b0cbcc73440a2613af6446d0e8819fb6 (patch) | |
| tree | cf034331ec4d716916c9b567dc174e868fef19ef /src/modlistview.h | |
| parent | 4ee3d2848e0fc2f32543f7d2aeaed22d77d937bd (diff) | |
Fix indentation and drop indicator.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 3 |
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
|
