/* This file is part of the KDE Baloo project. SPDX-FileCopyrightText: 2019 Stefan BrĂ¼ns SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef BALOO_PROPERTYDATA_H #define BALOO_PROPERTYDATA_H #include #include namespace Baloo { const QJsonObject propertyMapToJson(const KFileMetaData::PropertyMultiMap& properties); const KFileMetaData::PropertyMultiMap jsonToPropertyMap(const QJsonObject& properties); } // namespace Baloo #endif // BALOO_PROPERTYDATA_H