Fix for shuttle resource files

half-duplex
Phil Taylor 2023-01-25 21:37:12 +00:00
rodzic ea46d6c625
commit 49501273d0
2 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -116,11 +116,11 @@ void controllerSetup::newDevice(unsigned char devType, QVector<BUTTON>* but, QVe
switch (devType) {
case shuttleXpress:
image.load(":/resources/controllerxpress.png");
image.load(":/resources/shuttlexpress.png");
deviceName = "shuttleXpress";
break;
case shuttlePro2:
image.load(":/resources/controllerpro.png");
image.load(":/resources/shuttlepro.png");
deviceName = "shuttlePro2";
break;
case RC28:

Wyświetl plik

@ -1,9 +1,9 @@
<RCC>
<qresource prefix="resources">
<file>wfview.png</file>
<file>shuttlexpress.png</file>
<file>shuttlepro.png</file>
<file>rc28.png</file>
<file>xbox.png</file>
</qresource>
<qresource prefix="/resources">
<file>wfview.png</file>
<file>shuttlexpress.png</file>
<file>shuttlepro.png</file>
<file>rc28.png</file>
<file>xbox.png</file>
</qresource>
</RCC>