~ubuntu-branches/ubuntu/wily/ark/wily-proposed

« back to all changes in this revision

Viewing changes to plugins/clizipplugin/cliplugin.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Jonathan Riddell, Aaron Honeycutt
  • Date: 2015-08-18 08:55:10 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20150818085510-5ke1g1qhmyh2bi0k
Tags: 4:15.07.90-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Remove Debian patch use_libarchive_for_zip_files, it causes problems
  LP: #1404239

[ Aaron Honeycutt ]
* Ported to KF5

[ Jonathan Riddell ]
* new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "kerfuffle/cliinterface.h"
25
25
 
26
 
class CliPlugin : public Kerfuffle::CliInterface
 
26
class KERFUFFLE_EXPORT CliPlugin : public Kerfuffle::CliInterface
27
27
{
28
28
    Q_OBJECT
29
29
 
31
31
    explicit CliPlugin(QObject *parent, const QVariantList &args);
32
32
    virtual ~CliPlugin();
33
33
 
34
 
    virtual QString escapeFileName(const QString &fileName) const;
35
 
 
36
 
    virtual Kerfuffle::ParameterList parameterList() const;
37
 
 
38
 
    virtual bool readListLine(const QString &line);
 
34
    virtual QString escapeFileName(const QString &fileName) const Q_DECL_OVERRIDE;
 
35
 
 
36
    virtual Kerfuffle::ParameterList parameterList() const Q_DECL_OVERRIDE;
 
37
 
 
38
    virtual bool readListLine(const QString &line) Q_DECL_OVERRIDE;
39
39
 
40
40
private:
41
41
    enum {