Android: Fix namespace closing brace comment

Change-Id: I6ae4d7652db9d83c24009de9f59bd865c39db8bc
Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
Orgad Shaneh
2015-02-06 13:35:27 +02:00
committed by Orgad Shaneh
parent 8df9c08dca
commit 779d6a8c4b
6 changed files with 6 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ public:
virtual void resetBuild(const ProjectExplorer::Target *target) = 0;
};
} // namespace QtSupport
} // namespace Android
#endif // ANDROIDSUPPORT_H

View File

@@ -53,7 +53,7 @@ public:
};
} // namespace Internal
} // namespace QmakeProjectManager
} // namespace QmakeAndroidSupport
#endif // ANDROIDQMAKEBUILDCONFIGURATIONFACTORY_H

View File

@@ -315,4 +315,4 @@ QVariantMap QmakeAndroidBuildApkStep::toMap() const
}
} // namespace Internal
} // namespace QmakeProjectManager
} // namespace QmakeAndroidSupport

View File

@@ -149,6 +149,6 @@ QString QmakeAndroidBuildApkWidget::displayName() const
}
} // namespace Internal
} // namespace QmakeProjectManager
} // namespace QmakeAndroidSupport

View File

@@ -154,4 +154,4 @@ void QmakeAndroidSupport::resetBuild(const ProjectExplorer::Target *target)
}
} // namespace Internal
} // namespace QmakeProjectManager
} // namespace QmakeAndroidSupport

View File

@@ -51,6 +51,6 @@ public:
};
} // namespace Internal
} // namespace QmakeProjectManager
} // namespace QmakeAndroidSupport
#endif // QMAKEANDROIDSUPPORT_H