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

« back to all changes in this revision

Viewing changes to importer/thumbnailpage.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 ThumbnailPagePrivate;
 
37
struct ThumbnailPagePrivate;
38
38
class ThumbnailPage : public QWidget
39
39
{
40
40
    Q_OBJECT
70
70
    void slotSrcUrlModelExpand(const QModelIndex& index);
71
71
 
72
72
private:
73
 
    friend class ThumbnailPagePrivate;
 
73
    friend struct ThumbnailPagePrivate;
74
74
    ThumbnailPagePrivate* const d;
75
75
    void importList(const QModelIndexList&);
76
76
};