Prevent multiple instances of the same page on the StackView and stub out GamepadMapper

This commit is contained in:
Cameron Gutman
2018-07-08 22:37:29 -07:00
parent a47f59d1a4
commit 62cf95d55e
4 changed files with 45 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
import QtQuick 2.0
Item {
objectName: "Gamepad Mapping"
}