Explorar el Código

app infos

old
Robin Thoni hace 10 años
padre
commit
0c516efb6b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      server/main.cpp

+ 2
- 0
server/main.cpp Ver fichero

@@ -4,6 +4,8 @@
4 4
 int main(int argc, char *argv[])
5 5
 {
6 6
     QCoreApplication a(argc, argv);
7
+    QCoreApplication::setApplicationName("gpio analyser server");
8
+    QCoreApplication::setApplicationVersion("1.0");
7 9
 
8 10
     MainClass m;
9 11
     m.main();

Loading…
Cancelar
Guardar