Krita Source Code Documentation
Loading...
Searching...
No Matches
StoryboardDocker.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Saurabh Kumar <saurabhk660@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef STORYBOARDDOCKER_H
8#define STORYBOARDDOCKER_H
9
10#include <QObject>
11#include <QVariant>
12
13
17class StoryboardDockerPlugin : public QObject
18{
19 Q_OBJECT
20public:
21 StoryboardDockerPlugin(QObject *parent, const QVariantList &);
22 ~StoryboardDockerPlugin() override;
23};
24
25#endif
StoryboardDockerPlugin(QObject *parent, const QVariantList &)