┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphindetailsview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/dolphindetailsview.h b/src/views/dolphindetailsview.h
index 479683f66..fddbdc6c0 100644
--- a/src/views/dolphindetailsview.h
+++ b/src/views/dolphindetailsview.h
@@ -211,6 +211,9 @@ private:
QFont m_font;
QSize m_decorationSize;
+
+ // For unit tests
+ friend class DolphinDetailsViewTest;
};
#endif