Remove comment.

This commit is contained in:
Martin Rotter 2016-02-25 16:05:23 +01:00
parent c44d71b7c9
commit 408b4fdcc6

View File

@ -70,10 +70,6 @@ class RootItem : public QObject {
explicit RootItem(RootItem *parent_item = NULL);
virtual ~RootItem();
/////////////////////////////////////////
// /* Members to override.
/////////////////////////////////////////
virtual QString hashCode() const;
// 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 countOfAllMessages() const;
/////////////////////////////////////////
// Members to override. */
/////////////////////////////////////////
inline RootItem *parent() const {
return m_parentItem;
}