thumbnail: rename get/setStage to get/setTrashed
Also return a bool in getTrashed since it's already used as a bool in setTrash and in all the checks.
This commit is contained in:
@@ -155,8 +155,8 @@ public:
|
||||
int getColorLabel () const;
|
||||
void setColorLabel (int colorlabel);
|
||||
|
||||
int getStage () const;
|
||||
void setStage (bool stage);
|
||||
bool getTrashed () const;
|
||||
void setTrashed (bool trashed);
|
||||
|
||||
void addThumbnailListener (ThumbnailListener* tnl);
|
||||
void removeThumbnailListener (ThumbnailListener* tnl);
|
||||
|
Reference in New Issue
Block a user