~bfiller/gallery-app/remove-texture

« back to all changes in this revision

Viewing changes to src/gallery-manager.h

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    Q_PROPERTY(QmlMediaCollectionModel* mediaLibrary READ mediaLibrary NOTIFY mediaLibraryChanged)
52
52
 
53
53
public:
54
 
    GalleryManager(bool desktopMode, const QString &picturesDir, QQuickView *view);
 
54
    GalleryManager(bool desktopMode, const QString &picturesDir);
55
55
    ~GalleryManager();
56
56
 
57
57
    static GalleryManager* instance();