aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/modelinglib/qtserialization/inc/qark/friend_access.h
blob: 25cfe79fc337b9092a69b50deb0a6a30c8451251 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2016 Jochen Becher
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

#define QARK_FRIEND_ACCESS \
    template<class Archive, class T> \
    friend class qark::Access;