summaryrefslogtreecommitdiff
path: root/src/plugins/boostbuildprojectmanager/filesselectionwizardpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/boostbuildprojectmanager/filesselectionwizardpage.h')
-rw-r--r--src/plugins/boostbuildprojectmanager/filesselectionwizardpage.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/plugins/boostbuildprojectmanager/filesselectionwizardpage.h b/src/plugins/boostbuildprojectmanager/filesselectionwizardpage.h
index fe2aa81950..1ffc6001cc 100644
--- a/src/plugins/boostbuildprojectmanager/filesselectionwizardpage.h
+++ b/src/plugins/boostbuildprojectmanager/filesselectionwizardpage.h
@@ -44,9 +44,7 @@ class QTreeView;
class QLineEdit;
QT_END_NAMESPACE
-namespace Utils {
-class PathChooser;
-}
+namespace Utils { class PathChooser; }
namespace BoostBuildProjectManager {
namespace Internal {
@@ -91,8 +89,8 @@ private:
QPushButton *m_applyFilterButton;
- QLabel* m_baseDirLabel;
- Utils::PathChooser* m_baseDirChooser;
+ QLabel *m_baseDirLabel;
+ Utils::PathChooser *m_baseDirChooser;
QString m_lastBaseDir;
QTreeView *m_view;