Pārlūkot izejas kodu

removed save method from helper

Malte Veerman 10 gadi atpakaļ
vecāks
revīzija
1063c2f201
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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); }
 };