forked from qt-creator/qt-creator
CppTools: modernize
Change-Id: Iaf02e4d026f1ac8b216833d83cd7a735e21ff60a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ class CPPTOOLS_EXPORT TestCase
|
||||
Q_DISABLE_COPY(TestCase)
|
||||
|
||||
public:
|
||||
TestCase(bool runGarbageCollector = true);
|
||||
explicit TestCase(bool runGarbageCollector = true);
|
||||
~TestCase();
|
||||
|
||||
bool succeededSoFar() const;
|
||||
@@ -145,7 +145,7 @@ protected:
|
||||
class CPPTOOLS_EXPORT TemporaryCopiedDir : public TemporaryDir
|
||||
{
|
||||
public:
|
||||
TemporaryCopiedDir(const QString &sourceDirPath);
|
||||
explicit TemporaryCopiedDir(const QString &sourceDirPath);
|
||||
QString absolutePath(const QByteArray &relativePath) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user