From: Marcus Eggenberger Date: Sun, 27 Jul 2008 11:48:14 +0000 (+0200) Subject: Refactoring the Tree- and Networkmodel (internal stuff only). X-Git-Tag: 0.3.0~213 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=fe9ec46e2b6394b7735a73da5c438b10ba7e5e82;hp=fe9ec46e2b6394b7735a73da5c438b10ba7e5e82 Refactoring the Tree- and Networkmodel (internal stuff only). - the all purpose virtual quint AbstractTreeItem::id() const is gone. - exists*Item is no renamed to find*Item to fit the Qt naming scheme of findChild() ---