mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Merge pull request #12884 from Tilka/qt_this
DolphinQt: fix some warnings
This commit is contained in:
commit
c337ab6473
5 changed files with 13 additions and 23 deletions
|
@ -59,8 +59,6 @@
|
|||
#include "InputCommon/ControllerInterface/CoreDevice.h"
|
||||
#include "InputCommon/InputConfig.h"
|
||||
|
||||
constexpr const char* PROFILES_DIR = "Profiles/";
|
||||
|
||||
MappingWindow::MappingWindow(QWidget* parent, Type type, int port_num)
|
||||
: QDialog(parent), m_port(port_num)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue