Krita Source Code Documentation
Loading...
Searching...
No Matches
KisQPainterStateSaver.cpp
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
8
9#include <QPainter>
10
12 : m_painter(painter)
13{
14 m_painter->save();
15}
16
21
KisQPainterStateSaver(QPainter *painter)