Krita Source Code Documentation
Loading...
Searching...
No Matches
DbExplorer.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef DBEXPLORER_H
8#define DBEXPLORER_H
9
10#include <QVariant>
11#include <KisActionPlugin.h>
12
14
16{
17 Q_OBJECT
18public:
19 DbExplorer(QObject *parent, const QVariantList &);
20 ~DbExplorer() override;
21
22public Q_SLOTS:
23
24 void slotDbExplorer();
25
26};
27
28#endif // DBEXPLORER_H
DbExplorer(QObject *parent, const QVariantList &)
~DbExplorer() override
void slotDbExplorer()