Explorar el Código

removed save method from helper

Malte Veerman hace 10 años
padre
commit
1063c2f201
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      helper/src/helper.h

+ 0 - 1
helper/src/helper.h

@@ -28,5 +28,4 @@ class Helper : public QObject
     public Q_SLOTS:
 
         ActionReply action(const QVariantMap &args);
-        ActionReply save(QVariantMap args) { args["action"] = "write"; return action(args); }
 };