~bzoltan/ubuntu-ui-toolkit/landing_2015-06-26

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/ucalarmmodel.h

  • Committer: Zoltán Balogh
  • Date: 2015-07-06 18:14:03 UTC
  • mfrom: (1541.2.6 staging)
  • Revision ID: zoltan@bakter.hu-20150706181403-5b05d1y640a2l5u1
sync from staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    void insertFinished();
64
64
    void moveStarted(int from, int to);
65
65
    void moveFinished();
 
66
 
 
67
private:
 
68
    bool m_moved:1;
66
69
};
67
70
 
68
71
#endif // UCALARMSMODEL_H