diff options
| author | Peter Penz <[email protected]> | 2007-01-10 00:04:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-10 00:04:16 +0000 |
| commit | d8ab89171dacd45051060a622aade64e51743cad (patch) | |
| tree | 517fe803bcaecd1182e13d4fc247e493fc17498b /src/infosidebarpage.h | |
| parent | 8046908e5bd40f34ffa853e390918cd20daee8e2 (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/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index 8efcb1192..ad1e71357 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -59,7 +59,7 @@ class InfoSidebarPage : public SidebarPage Q_OBJECT public: - InfoSidebarPage(DolphinMainWindow* mainWindow, QWidget* parent=0); + explicit InfoSidebarPage(DolphinMainWindow* mainWindow, QWidget* parent=0); virtual ~InfoSidebarPage(); protected: |
