Explorar el Código

move websocket to its own file

David hace 9 años
padre
commit
c006346ed4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      qml.qrc

+ 1 - 1
qml.qrc

@@ -4,6 +4,6 @@
         <file>simplify.js</file>
         <file>images/back.png</file>
         <file>images/fwd.png</file>
-        <file>WebSocket.qml</file>
+        <file>components/WebSocket.qml</file>
     </qresource>
 </RCC>