Explorar el Código

Fix "switch" host command

Vincent Lang hace 9 años
padre
commit
baa9d410bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/display/DisplayComponent.h

+ 1 - 1
src/display/DisplayComponent.h

@@ -39,7 +39,7 @@ public:
   //    i: change to interlaced
   //    p: change to progressive ("not interlaced")
   // Example: "123x456 p 45hz"
-  void switchCommand(QString command);
+  Q_INVOKABLE void switchCommand(QString command);
 
   double currentRefreshRate();