Qt: Add third-party license notices
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin <stenzek@gmail.com>
|
||||
// SPDX-FileCopyrightText: 2019-2023 Connor McLaughlin <stenzek@gmail.com>
|
||||
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
|
||||
|
||||
#pragma once
|
||||
@@ -14,6 +14,8 @@ public:
|
||||
explicit AboutDialog(QWidget* parent = nullptr);
|
||||
~AboutDialog();
|
||||
|
||||
static void showThirdPartyNotices(QWidget* parent);
|
||||
|
||||
private:
|
||||
Ui::AboutDialog m_ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user