[UI] Remove DolphinQt

This commit is contained in:
Anthony Serna
2016-01-05 19:36:16 -06:00
parent f3098bf426
commit 2ee84a20fe
36 changed files with 0 additions and 3311 deletions

View File

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