forked from qt-creator/qt-creator
CppEditor: Fix unit test
Amends f477ede697
.
Change-Id: Ibc6ae49adbe6932c57ca22008cbd354cd3bd26f5
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef PROJECT_INTERNAL_THECLASS_H
|
#ifndef THECLASS_H
|
||||||
#define PROJECT_INTERNAL_THECLASS_H
|
#define THECLASS_H
|
||||||
|
|
||||||
namespace Project {
|
namespace Project {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
@@ -26,4 +26,4 @@ template<typename T> T TheClass::defaultValue() const { return T(); }
|
|||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
} // namespace Project
|
} // namespace Project
|
||||||
|
|
||||||
#endif // PROJECT_INTERNAL_THECLASS_H
|
#endif // THECLASS_H
|
||||||
|
Reference in New Issue
Block a user