Krita Source Code Documentation
Loading...
Searching...
No Matches
KisNotifySelectionChangedCommand.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISNOTIFYSELECTIONCHANGEDCOMMAND_H
8#define KISNOTIFYSELECTIONCHANGEDCOMMAND_H
9
10#include <kritaimage_export.h>
11#include <kis_command_utils.h>
12#include "kis_types.h"
13
15{
16public:
18 void partB();
19
20private:
22};
23
24#endif // KISNOTIFYSELECTIONCHANGEDCOMMAND_H