src/history.h

changeset 553
2418d5955421
parent 542
46a33bdc0b36
child 560
39085791128f
equal deleted inserted replaced
552:454f8b730946 553:2418d5955421
31 class AbstractHistoryEntry; 31 class AbstractHistoryEntry;
32 32
33 // ============================================================================= 33 // =============================================================================
34 class History 34 class History
35 { PROPERTY (private, long, Position, NUM_OPS, STOCK_WRITE) 35 { PROPERTY (private, long, Position, NUM_OPS, STOCK_WRITE)
36 PROPERTY (public, LDFile*, File, NO_OPS, STOCK_WRITE) 36 PROPERTY (public, LDDocument*, File, NO_OPS, STOCK_WRITE)
37 PROPERTY (public, bool, Ignoring, BOOL_OPS, STOCK_WRITE) 37 PROPERTY (public, bool, Ignoring, BOOL_OPS, STOCK_WRITE)
38 38
39 public: 39 public:
40 typedef QList<AbstractHistoryEntry*> Changeset; 40 typedef QList<AbstractHistoryEntry*> Changeset;
41 41

mercurial