5 lines
69 B
QML
5 lines
69 B
QML
import QtQuick 2.0
|
|
|
|
Item {
|
|
objectName: qsTr("Gamepad Mapping")
|
|
}
|