mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
[UI] Remove DolphinQt
This commit is contained in:
parent
f3098bf426
commit
2ee84a20fe
36 changed files with 0 additions and 3311 deletions
|
@ -1,19 +0,0 @@
|
|||
// Copyright 2015 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QEvent>
|
||||
#include <string>
|
||||
|
||||
enum HostEvent {
|
||||
TitleEvent = QEvent::User + 1,
|
||||
};
|
||||
|
||||
class HostTitleEvent final : public QEvent
|
||||
{
|
||||
public:
|
||||
HostTitleEvent(const std::string& title);
|
||||
const std::string m_title;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue