forked from qt-creator/qt-creator
Mercurial: Use explicit namespace in cpp files
Change-Id: Ic6aaa88dfdc33966e0e8007a9420461811ae48c2 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
4161e7f9d9
commit
499d7219e0
@@ -44,8 +44,8 @@
|
||||
#include <QFileInfo>
|
||||
#include <QDebug>
|
||||
|
||||
using namespace Mercurial::Internal;
|
||||
using namespace Mercurial;
|
||||
namespace Mercurial {
|
||||
namespace Internal {
|
||||
|
||||
MercurialEditorWidget::MercurialEditorWidget() :
|
||||
exactIdentifier12(QLatin1String(Constants::CHANGEIDEXACT12)),
|
||||
@@ -109,3 +109,6 @@ QStringList MercurialEditorWidget::annotationPreviousVersions(const QString &rev
|
||||
// Retrieve parent revisions
|
||||
return MercurialPlugin::client()->parentRevisionsSync(workingDirectory, fi.fileName(), revision);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Mercurial
|
||||
|
||||
Reference in New Issue
Block a user