blob: 924fced5b6f28685b2521eff1829c9b8126fcb02 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright (C) 2016 Jochen Becher
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
#define QARK_FRIEND_ACCESS \
template<class Archive, class T> \
friend class qark::Access;
|