~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/DownloadDaemonListener/DownloadTracker.h

Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2013 - Canonical Ltd.
 
2
 * Copyright (C) 2013-2016 Canonical Ltd.
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify it
5
5
 * under the terms of the GNU Lesser General Public License, as
54
54
    void error(const QString &error);
55
55
    void finished(const QString &path);
56
56
    void paused(bool success);
 
57
    void processing(const QString &path);
57
58
    void progress(qulonglong received, qulonglong total);
58
59
    void resumed(bool success);
59
60
    void started(bool success);