Преглед на файлове

removed save method from helper

Malte Veerman преди 10 години
родител
ревизия
1063c2f201
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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); }
 };