forked from qt-creator/qt-creator
CppEditor/CppTools: Clean up *Test* classes
* Unify class names * Fix coding style Change-Id: I7498192ba9e6b9fc0e97d3d4f0dbb30f1853a0c9 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -34,20 +34,26 @@
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QString>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QString)
|
||||
|
||||
namespace CppTools {
|
||||
namespace Tests {
|
||||
|
||||
class CPPTOOLS_EXPORT TestIncludePaths
|
||||
{
|
||||
Q_DISABLE_COPY(TestIncludePaths)
|
||||
|
||||
public:
|
||||
static QString includeBaseDirectory();
|
||||
static QString globalQtCoreIncludePath();
|
||||
static QString globalIncludePath();
|
||||
static QString directoryOfTestFile();
|
||||
static QString testFilePath(const QString &fileName = QLatin1String("file.cpp"));
|
||||
};
|
||||
|
||||
} // namespace Tests
|
||||
} // namespace CppTools
|
||||
|
||||
#endif // CPPPREPROCESSERTESTHELPER_H
|
||||
|
||||
Reference in New Issue
Block a user