Include namespaces inside header guard

Task: QTCREATORBUG-2724
RevBy: Friedemann Kleint <qtc-committer@nokia.com>
This commit is contained in:
Jarek Kobus
2011-01-18 12:18:08 +01:00
parent 11c6ca71ac
commit 0c60770fab
5 changed files with 22 additions and 14 deletions

View File

@@ -49,6 +49,7 @@ namespace Utils {
QTCREATOR_UTILS_EXPORT QString fileNameToCppIdentifier(const QString &s);
QTCREATOR_UTILS_EXPORT QString headerGuard(const QString &file);
QTCREATOR_UTILS_EXPORT QString headerGuard(const QString &file, const QStringList &namespaceList);
QTCREATOR_UTILS_EXPORT
void writeIncludeFileDirective(const QString &file,