We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184722c commit c7ff0b9Copy full SHA for c7ff0b9
1 file changed
gui/test/projectfile/testprojectfile.cpp
@@ -25,8 +25,6 @@
25
#include "settings.h"
26
#include "suppressions.h"
27
28
-#include <string>
29
-
30
#include <QFile>
31
#include <QIODevice>
32
#include <QList>
@@ -45,9 +43,6 @@ Platform::Platform() = default;
45
43
Library::Library() = default;
46
44
Library::~Library() = default;
47
struct Library::LibraryData {};
48
-bool ImportProject::sourceFileExists(const std::string & /*file*/) {
49
- return true;
50
-}
51
52
void TestProjectFile::loadInexisting() const
53
{
0 commit comments