Krita Source Code Documentation
Loading...
Searching...
No Matches
KisAsynchronouslyMergeableCommandInterface.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7
8#ifndef KISASYNCHRONOUSLYMERGEABLECOMMANDINTERFACE_H
9#define KISASYNCHRONOUSLYMERGEABLECOMMANDINTERFACE_H
10
11class KUndo2Command;
12
31{
32public:
34
43 virtual bool canMergeWith(const KUndo2Command *command) const = 0;
44};
45
46#endif // KISASYNCHRONOUSLYMERGEABLECOMMANDINTERFACE_H
virtual bool canMergeWith(const KUndo2Command *command) const =0