forked from qt-creator/qt-creator
IDevice: Make fromMap() / toMap() protected
Change-Id: I9a8f1caddffaf4e0f446ccc4f08f1110b6c003d4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -119,13 +119,15 @@ public:
|
||||
Utils::FilePath mapFromLocalAccess(const Utils::FilePath &filePath) const;
|
||||
Utils::FilePath mapFromLocalAccess(const QString &filePath) const;
|
||||
|
||||
protected:
|
||||
void fromMap(const QVariantMap &map) final;
|
||||
QVariantMap toMap() const final;
|
||||
|
||||
private:
|
||||
Utils::FilePaths findFilesWithFind(const Utils::FilePath &filePath,
|
||||
const QStringList &nameFilters,
|
||||
QDir::Filters filters,
|
||||
QDir::SortFlags sort) const;
|
||||
void fromMap(const QVariantMap &map) final;
|
||||
QVariantMap toMap() const final;
|
||||
|
||||
void aboutToBeRemoved() const final;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user