浏览代码

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); }
 };