summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpppreprocessertesthelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cpppreprocessertesthelper.h')
-rw-r--r--src/plugins/cpptools/cpppreprocessertesthelper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpppreprocessertesthelper.h b/src/plugins/cpptools/cpppreprocessertesthelper.h
index c4eea5059e..0a571d65a0 100644
--- a/src/plugins/cpptools/cpppreprocessertesthelper.h
+++ b/src/plugins/cpptools/cpppreprocessertesthelper.h
@@ -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