Use internal namespace in VCSBase more consistently

Change-Id: I61de9796aaeb9484b44029c5f1d46e69834a04c3
Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
This commit is contained in:
Tobias Hunger
2011-12-08 13:07:00 +01:00
committed by Hugues Delorme
parent 2327b395d0
commit f696312368
30 changed files with 178 additions and 145 deletions

View File

@@ -45,7 +45,10 @@ class QToolButton;
QT_END_NAMESPACE
namespace VCSBase {
namespace Internal {
class VCSBaseEditorParameterWidgetPrivate;
} // namespace
// Documentation->inside.
class VCSBASE_EXPORT VCSBaseEditorParameterWidget : public QWidget
@@ -103,8 +106,8 @@ protected:
void updateMappedSettings();
private:
friend class VCSBaseEditorParameterWidgetPrivate;
VCSBaseEditorParameterWidgetPrivate *d;
friend class Internal::VCSBaseEditorParameterWidgetPrivate;
Internal::VCSBaseEditorParameterWidgetPrivate *const d;
};
} // namespace VCSBase