void setImportant(bool b) { if (mIsNotImportant) b = false; mIsImportant = b; } void setNotImportant(bool b) { mIsNotImportant = b; if (b) mIsImportant = false; }
(Post a new comment)
(Reply to this)
(Reply to this)(Thread)
(Reply to this)(Parent)(Thread)
(Reply to this)(Parent)