2009-05-08 18:52:06 +00:00
|
|
|
/*
|
2015-06-10 21:27:11 +00:00
|
|
|
* This file Copyright (C) 2009-2015 Mnemosyne LLC
|
2009-05-08 18:52:06 +00:00
|
|
|
*
|
2014-12-21 23:49:39 +00:00
|
|
|
* It may be used under the GNU GPL versions 2 or 3
|
2014-01-19 01:09:44 +00:00
|
|
|
* or any future license endorsed by Mnemosyne LLC.
|
2009-05-08 18:52:06 +00:00
|
|
|
*
|
2009-05-31 19:33:48 +00:00
|
|
|
* $Id$
|
2009-05-08 18:52:06 +00:00
|
|
|
*/
|
|
|
|
|
2015-06-10 21:27:11 +00:00
|
|
|
#include "LicenseDialog.h"
|
2009-05-08 18:52:06 +00:00
|
|
|
|
2014-12-12 23:05:10 +00:00
|
|
|
LicenseDialog::LicenseDialog (QWidget * parent):
|
2013-02-03 19:40:20 +00:00
|
|
|
QDialog (parent, Qt::Dialog)
|
2009-05-08 18:52:06 +00:00
|
|
|
{
|
2015-07-30 06:18:02 +00:00
|
|
|
ui.setupUi (this);
|
2009-05-08 18:52:06 +00:00
|
|
|
}
|