]> git.sur5r.net Git - bacula/rescue/commit
Use a hash QHash<QTreeWidgetItem*,Pages*> instead of QHash<int,Pages*> m_pagehash
authorDirk H Bartley <dbartley@schupan.com>
Mon, 9 Apr 2007 01:47:56 +0000 (01:47 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Mon, 9 Apr 2007 01:47:56 +0000 (01:47 +0000)
commit9fb93c51f257cfd8abe460634b75f45799612e34
treefedcedfcce060b767086fbb22e70169b48ddf11c
parent7fcf95a569516245929b279f2e3034b1a5d3f56d
Use a hash QHash<QTreeWidgetItem*,Pages*> instead of QHash<int,Pages*> m_pagehash
This way, the integer stored in QT::UserRole is not needed at all.  The hash
directly allows for conversion from a known treeWidgetItem to a page.  Since
the integer is not required to be passed and held in subclasses of the pages
class, clean up the constructors of Subclasses to not get the integer value
and set back to nearly like they were before.