~allanlesage/unity8/dash-apps-visible-ordering

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Application/ApplicationInfo.h

  • Committer: Allan LeSage
  • Date: 2014-04-02 17:57:38 UTC
  • mfrom: (784.1.25 unity8)
  • Revision ID: allan.lesage@canonical.com-20140402175738-ocei683rve0pj7wz
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    IMPLEMENT_PROPERTY(fullscreen, Fullscreen, bool)
75
75
    IMPLEMENT_PROPERTY(imageQml, ImageQml, QString)
76
76
    IMPLEMENT_PROPERTY(windowQml, WindowQml, QString)
 
77
    IMPLEMENT_PROPERTY(screenshot, Screenshot, QUrl)
77
78
 
78
79
    #undef IMPLEMENT_PROPERTY
79
80
 
83
84
 
84
85
 private Q_SLOTS:
85
86
    void onWindowComponentStatusChanged(QQmlComponent::Status status);
 
87
    void setRunning();
86
88
 
87
89
 private:
88
90
    void createWindowItem();