| 197 | } |
| 198 | |
| 199 | void ResultsTree::initialize(QSettings *settings, ApplicationList *list, ThreadHandler *checkThreadHandler) |
| 200 | { |
| 201 | mSettings = settings; |
| 202 | mApplications = list; |
| 203 | mThread = checkThreadHandler; |
| 204 | loadSettings(); |
| 205 | } |
| 206 | |
| 207 | ResultItem *ResultsTree::createNormalItem(const QString &text, QSharedPointer<ErrorItem> errorItem, ResultItem::Type type, int errorPathIndex) |
| 208 | { |