[Pkg-owncloud-commits] [owncloud-client] 101/159: LsColXMLParser: let parse return bool.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri May 1 13:05:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit c579069071ec55a4d3a2d2174fa48bac96cde9d4
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Apr 14 13:41:51 2015 +0200

    LsColXMLParser: let parse return bool.
---
 src/libsync/networkjobs.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/libsync/networkjobs.h b/src/libsync/networkjobs.h
index 13f9665..f3bc5d1 100644
--- a/src/libsync/networkjobs.h
+++ b/src/libsync/networkjobs.h
@@ -132,6 +132,21 @@ private slots:
 /**
  * @brief The LsColJob class
  */
+class OWNCLOUDSYNC_EXPORT LsColXMLParser : public QObject {
+    Q_OBJECT
+public:
+    explicit LsColXMLParser();
+
+    bool parse(const QByteArray &xml, QHash<QString, qint64> *sizes);
+
+signals:
+    void directoryListingSubfolders(const QStringList &items);
+    void directoryListingIterated(const QString &name, const QMap<QString,QString> &properties);
+    void finishedWithError(QNetworkReply *reply);
+    void finishedWithoutError();
+
+};
+
 class OWNCLOUDSYNC_EXPORT LsColJob : public AbstractNetworkJob {
     Q_OBJECT
 public:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list