Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_shared.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006 Cyrille Berger <cberger@cberger.net>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#include "kis_shared.h"
8#include "kis_debug.h"
9
10
36
38{
42 Q_ASSERT(_ref == 0);
43
46}
QAtomicInt * _sharedWeakReference
Definition kis_shared.h:45
QAtomicInt _ref
Definition kis_shared.h:44