forked from qt-creator/qt-creator
Android: Fix namespace closing brace comment
Change-Id: I6ae4d7652db9d83c24009de9f59bd865c39db8bc Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
committed by
Orgad Shaneh
parent
8df9c08dca
commit
779d6a8c4b
@@ -69,7 +69,7 @@ public:
|
||||
virtual void resetBuild(const ProjectExplorer::Target *target) = 0;
|
||||
};
|
||||
|
||||
} // namespace QtSupport
|
||||
} // namespace Android
|
||||
|
||||
|
||||
#endif // ANDROIDSUPPORT_H
|
||||
|
||||
@@ -53,7 +53,7 @@ public:
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmakeProjectManager
|
||||
} // namespace QmakeAndroidSupport
|
||||
|
||||
|
||||
#endif // ANDROIDQMAKEBUILDCONFIGURATIONFACTORY_H
|
||||
|
||||
@@ -315,4 +315,4 @@ QVariantMap QmakeAndroidBuildApkStep::toMap() const
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmakeProjectManager
|
||||
} // namespace QmakeAndroidSupport
|
||||
|
||||
@@ -149,6 +149,6 @@ QString QmakeAndroidBuildApkWidget::displayName() const
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmakeProjectManager
|
||||
} // namespace QmakeAndroidSupport
|
||||
|
||||
|
||||
|
||||
@@ -154,4 +154,4 @@ void QmakeAndroidSupport::resetBuild(const ProjectExplorer::Target *target)
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmakeProjectManager
|
||||
} // namespace QmakeAndroidSupport
|
||||
|
||||
@@ -51,6 +51,6 @@ public:
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmakeProjectManager
|
||||
} // namespace QmakeAndroidSupport
|
||||
|
||||
#endif // QMAKEANDROIDSUPPORT_H
|
||||
|
||||
Reference in New Issue
Block a user