Compilation failure: ‘const class QString’ has no member named ‘chopped’
Open, Needs TriagePublic

Description

db/collectionDB.cpp: In member function ‘bool CollectionDB::removeSource(const QString&)’:
db/collectionDB.cpp:853:41: error: ‘const class QString’ has no member named ‘chopped’; did you mean ‘chop’?
     auto path = url.endsWith("/") ? url.chopped(1) : url;
                                         ^~~~~~~
make: *** [Makefile:1856: collectionDB.o] Error 1

This happens on the 0.1.0-beta branch, on Gentoo Linux with Qt 5.9.4.

PureTryOut updated the task description. (Show Details)Apr 14 2018, 12:12 PM
aaraiza added a subscriber: aaraiza.May 3 2018, 3:21 AM

Yeah, you need QT 5.10 to cook vvave, qt 5.9.4 won't cut it