Adapt generated header guards to the filename

Use _HPP for example for .hpp files, for example. Based on simply
putting the chosen extension in uppercase.
This commit is contained in:
Thorbjørn Lindeijer
2009-03-05 17:12:31 +01:00
parent 1f3908e0a5
commit cb2cce5139
5 changed files with 25 additions and 23 deletions

View File

@@ -49,7 +49,6 @@ public:
QObject *parent = 0);
protected:
static QString toAlphaNum(const QString &s);
QString fileContents(FileType type, const QString &baseName) const;
protected: