1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-19 10:15:36 +00:00
transmission/qt/LicenseDialog.h
2015-06-12 22:12:12 +00:00

24 lines
434 B
C++

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