// clang-format off
// SPDX-FileCopyrightText: 2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
// clang-format on
// SPDX-FileContributor: Andrew Hayzen <andrew.hayzen@kdab.com>
//
// SPDX-License-Identifier: MIT OR Apache-2.0
#pragma once
#include <cinttypes>
#include <QtCore/QModelIndex>
namespace rust {
namespace cxxqtlib1 {
::std::size_t
qmodelindexInternalId(const QModelIndex& index);
}
}