Krita Source Code Documentation
Loading...
Searching...
No Matches
KisUpdaterContextSnapshotEx.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISUPDATERCONTEXTSNAPSHOTEX_H
8#define KISUPDATERCONTEXTSNAPSHOTEX_H
9
18
19Q_DECLARE_FLAGS(KisUpdaterContextSnapshotEx, KisUpdaterContextSnapshotExTag);
20Q_DECLARE_OPERATORS_FOR_FLAGS(KisUpdaterContextSnapshotEx);
21
22#endif // KISUPDATERCONTEXTSNAPSHOTEX_H
Q_DECLARE_FLAGS(KisUpdaterContextSnapshotEx, KisUpdaterContextSnapshotExTag)
Q_DECLARE_OPERATORS_FOR_FLAGS(KisUpdaterContextSnapshotEx)