~ubuntu-branches/ubuntu/trusty/gwenview/trusty-proposed

« back to all changes in this revision

Viewing changes to importer/importer.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-03-19 10:34:35 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20140319103435-r20hzcnkejmkcxp4
Tags: upstream-4.12.90
ImportĀ upstreamĀ versionĀ 4.12.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
namespace Gwenview
35
35
{
36
36
 
37
 
class ImporterPrivate;
 
37
struct ImporterPrivate;
38
38
class Importer : public QObject
39
39
{
40
40
    Q_OBJECT
81
81
    void emitProgressChanged();
82
82
 
83
83
private:
84
 
    friend class ImporterPrivate;
 
84
    friend struct ImporterPrivate;
85
85
    ImporterPrivate* const d;
86
86
    void advance();
87
87
    void finalizeImport();