transmission/qt/LicenseDialog.cc

13 lines
364 B
C++
Raw Normal View History

// This file Copyright © 2009-2023 Mnemosyne LLC.
// It may be used under GPLv2 (SPDX: GPL-2.0-only), GPLv3 (SPDX: GPL-3.0-only),
// or any future license endorsed by Mnemosyne LLC.
// License text can be found in the licenses/ folder.
2009-05-08 18:52:06 +00:00
#include "LicenseDialog.h"
2009-05-08 18:52:06 +00:00
LicenseDialog::LicenseDialog(QWidget* parent)
: BaseDialog(parent)
2009-05-08 18:52:06 +00:00
{
ui_.setupUi(this);
2009-05-08 18:52:06 +00:00
}