Qt: Add third-party license notices

This commit is contained in:
Stenzek
2023-11-06 21:39:25 +10:00
parent 6f66460ec0
commit fa5496652e
6 changed files with 2063 additions and 3 deletions

View File

@@ -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;