소스 검색

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