~artmello/gallery-app/gallery-app-fix_1524973

« back to all changes in this revision

Viewing changes to src/gallery-application.h

  • Committer: Arthur Mello
  • Date: 2015-12-15 19:41:05 UTC
  • Revision ID: arthur.mello@canonical.com-20151215194105-if0oo70r9o76d4fc
Make sure that when Ubuntu Extras is availale do not use any local gallery code

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
private:
94
94
    void registerQML();
95
95
    void createView();
96
 
    static QObject* exportFileUtilsSingleton(QQmlEngine *engine,
97
 
                                             QJSEngine *scriptEngine);
 
96
    static QObject* exportLocalFileUtilsSingleton(QQmlEngine *engine, QJSEngine *scriptEngine);
98
97
 
99
98
    QQuickView *m_view;
100
99
    GalleryManager *m_galleryManager;