Remove comment.
This commit is contained in:
parent
c44d71b7c9
commit
408b4fdcc6
@ -70,10 +70,6 @@ class RootItem : public QObject {
|
|||||||
explicit RootItem(RootItem *parent_item = NULL);
|
explicit RootItem(RootItem *parent_item = NULL);
|
||||||
virtual ~RootItem();
|
virtual ~RootItem();
|
||||||
|
|
||||||
/////////////////////////////////////////
|
|
||||||
// /* Members to override.
|
|
||||||
/////////////////////////////////////////
|
|
||||||
|
|
||||||
virtual QString hashCode() const;
|
virtual QString hashCode() const;
|
||||||
|
|
||||||
// Returns list of specific actions which can be done with the item.
|
// Returns list of specific actions which can be done with the item.
|
||||||
@ -124,10 +120,6 @@ class RootItem : public QObject {
|
|||||||
virtual int countOfUnreadMessages() const;
|
virtual int countOfUnreadMessages() const;
|
||||||
virtual int countOfAllMessages() const;
|
virtual int countOfAllMessages() const;
|
||||||
|
|
||||||
/////////////////////////////////////////
|
|
||||||
// Members to override. */
|
|
||||||
/////////////////////////////////////////
|
|
||||||
|
|
||||||
inline RootItem *parent() const {
|
inline RootItem *parent() const {
|
||||||
return m_parentItem;
|
return m_parentItem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user