mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Untangle GUI and input includes
This commit is contained in:
parent
7b49249f5f
commit
f7666f44da
126 changed files with 702 additions and 666 deletions
|
|
@ -6,16 +6,28 @@
|
|||
#include "user_manager_dialog.h"
|
||||
#include "table_item_delegate.h"
|
||||
#include "main_application.h"
|
||||
#include "gui_settings.h"
|
||||
|
||||
#include "Emu/System.h"
|
||||
|
||||
#include "Utilities/StrUtil.h"
|
||||
#include "Utilities/File.h"
|
||||
#include "Utilities/Log.h"
|
||||
|
||||
#include <QRegExpValidator>
|
||||
#include <QInputDialog>
|
||||
#include <QScreen>
|
||||
#include <QKeyEvent>
|
||||
#include <QHeaderView>
|
||||
#include <QHBoxLayout>
|
||||
#include <QPushButton>
|
||||
#include <QMenu>
|
||||
#include <QDesktopServices>
|
||||
#include <QMessageBox>
|
||||
#include <QGuiApplication>
|
||||
#include <QUrl>
|
||||
|
||||
constexpr auto qstr = QString::fromStdString;
|
||||
|
||||
LOG_CHANNEL(gui_log, "GUI");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue