~neon/kdegraphics/gwenview

« back to all changes in this revision

Viewing changes to importer/importer.h

  • Committer: Aurélien Gâteau
  • Date: 2016-11-23 08:21:41 UTC
  • mfrom: (3219.1.22)
  • Revision ID: git-v1:9b67885f1c846253df392af995d714be77c417c7
Merge branch 'bring-back-importer'

# Conflicts:
#       CMakeLists.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
// Qt
25
25
#include <QObject>
 
26
#include <QUrl>
26
27
 
27
28
// KDE
28
 
#include <KUrl>
29
29
 
30
30
// Local
31
31
 
48
48
     */
49
49
    void setAutoRenameFormat(const QString&);
50
50
 
51
 
    void start(const KUrl::List& list, const KUrl& destUrl);
 
51
    void start(const QList<QUrl>& list, const QUrl& destUrl);
52
52
 
53
 
    KUrl::List importedUrlList() const;
 
53
    QList<QUrl> importedUrlList() const;
54
54
 
55
55
    /**
56
56
     * Documents which have been skipped during import
57
57
     */
58
 
    KUrl::List skippedUrlList() const;
 
58
    QList<QUrl> skippedUrlList() const;
59
59
 
60
60
    /**
61
61
     * How many documents have been renamed during import