delta: document ids decorating previews.
Change-Id: I2f6ade6c2de962c24f7b1a10c57aeb065b62e679 Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
parent
a67b64218a
commit
c0cd95b8fb
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
void setVersion(const int ver) { _ver = ver; }
|
||||
int getImgSize() const { return _imgSize; }
|
||||
void setImgSize(const int imgSize) { _imgSize = imgSize; }
|
||||
/// if non-zero: a preview.
|
||||
int getId() const { return _id; }
|
||||
bool getBroadcast() const { return _broadcast; }
|
||||
void setOldWireId(TileWireId id) { _oldWireId = id; }
|
||||
|
|
Loading…
Reference in a new issue