┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-01-10 00:04:16 +0000
committerPeter Penz <[email protected]>2007-01-10 00:04:16 +0000
commitd8ab89171dacd45051060a622aade64e51743cad (patch)
tree517fe803bcaecd1182e13d4fc247e493fc17498b /src/dolphindetailsview.h
parent8046908e5bd40f34ffa853e390918cd20daee8e2 (diff)
Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patches!).
svn path=/trunk/playground/utils/dolphin/; revision=621872
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 99127abc4..cb233b9fd 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -40,7 +40,7 @@ class DolphinDetailsView : public QListView
Q_OBJECT
public:
- DolphinDetailsView(DolphinView* parent);
+ explicit DolphinDetailsView(DolphinView* parent);
virtual ~DolphinDetailsView();
};