diff --git a/src/services/abstract/rootitem.h b/src/services/abstract/rootitem.h index bb7e1fbdc..774549d5f 100755 --- a/src/services/abstract/rootitem.h +++ b/src/services/abstract/rootitem.h @@ -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; }