Qt/Mapping: Fix "Default" not working properly.

This commit is contained in:
spycrab
2018-05-02 16:55:42 +02:00
parent 71c8c65e6f
commit 3d7b613be5
4 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ namespace ControllerEmu
class Control;
class ControlGroup;
class EmulatedController;
}
} // namespace ControllerEmu
namespace ciface
{
@ -32,7 +32,7 @@ namespace Core
{
class Device;
}
}
} // namespace ciface
class MappingWidget : public QWidget
{