┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index e66adf573..a1b4e39c4 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -22,6 +22,7 @@
#define DOLPHINDETAILSVIEW_H
#include <dolphinview.h>
+#include <QStyleOptionViewItem>
#include <QTreeView>
class DolphinController;
@@ -72,6 +73,7 @@ private slots:
private:
DolphinController* m_controller;
+ QStyleOptionViewItem m_viewOptions;
};
#endif