Skip to content

Commit c7ff0b9

Browse files
committed
Remove sourceFileExists from gui tests
1 parent 184722c commit c7ff0b9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

gui/test/projectfile/testprojectfile.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
#include "settings.h"
2626
#include "suppressions.h"
2727

28-
#include <string>
29-
3028
#include <QFile>
3129
#include <QIODevice>
3230
#include <QList>
@@ -45,9 +43,6 @@ Platform::Platform() = default;
4543
Library::Library() = default;
4644
Library::~Library() = default;
4745
struct Library::LibraryData {};
48-
bool ImportProject::sourceFileExists(const std::string & /*file*/) {
49-
return true;
50-
}
5146

5247
void TestProjectFile::loadInexisting() const
5348
{

0 commit comments

Comments
 (0)