transmission/qt/LicenseDialog.h

25 lines
434 B
C
Raw Normal View History

2009-05-08 18:52:06 +00:00
/*
* This file Copyright (C) 2009-2015 Mnemosyne LLC
2009-05-08 18:52:06 +00:00
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
2009-05-08 18:52:06 +00:00
*
* $Id$
2009-05-08 18:52:06 +00:00
*/
#ifndef QTR_LICENSE_DIALOG_H
#define QTR_LICENSE_DIALOG_H
2009-05-08 18:52:06 +00:00
#include <QDialog>
class LicenseDialog: public QDialog
{
Q_OBJECT
2009-05-08 18:52:06 +00:00
public:
2015-06-12 22:12:12 +00:00
LicenseDialog (QWidget * parent = nullptr);
virtual ~LicenseDialog () {}
2009-05-08 18:52:06 +00:00
};
#endif // QTR_LICENSE_DIALOG_H