mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
[UI] Remove DolphinQt
This commit is contained in:
@ -1,26 +0,0 @@
|
||||
// Copyright 2014 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <QDialog>
|
||||
|
||||
// Predefinitions
|
||||
namespace Ui
|
||||
{
|
||||
class DAboutDialog;
|
||||
}
|
||||
|
||||
class DAboutDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DAboutDialog(QWidget* parent_widget = nullptr);
|
||||
~DAboutDialog();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::DAboutDialog> m_ui;
|
||||
};
|
Reference in New Issue
Block a user