forked from qt-creator/qt-creator
CppEditor: Remove Snapshot::remove(QString) overload
... and fix fallout. Change-Id: Ibbf865c3e4158fc98bb9b5372ce0633807b85576 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -381,8 +381,6 @@ public:
|
||||
|
||||
void insert(Document::Ptr doc); // ### remove
|
||||
void remove(const Utils::FilePath &fileName); // ### remove
|
||||
void remove(const QString &fileName)
|
||||
{ remove(Utils::FilePath::fromString(fileName)); }
|
||||
|
||||
const_iterator begin() const { return _documents.begin(); }
|
||||
const_iterator end() const { return _documents.end(); }
|
||||
|
||||
Reference in New Issue
Block a user