okular/part/dlgdebug.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
306 B
C
Raw Normal View History

2021-05-24 07:25:56 +00:00
/*
SPDX-FileCopyrightText: 2006 Pino Toscano <toscano.pino@tiscali.it>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef _DLGDEBUG_H
#define _DLGDEBUG_H
#include <qwidget.h>
class DlgDebug : public QWidget
{
2016-10-29 14:32:24 +00:00
Q_OBJECT
public:
2017-03-02 19:09:32 +00:00
explicit DlgDebug(QWidget *parent = nullptr);
};
#endif