18#ifndef ADBLOCKTREEWIDGET_H
19#define ADBLOCKTREEWIDGET_H
43 void contextMenuRequested(
const QPoint &pos);
44 void itemChanged(QTreeWidgetItem* item);
47 void subscriptionUpdated();
48 void subscriptionError(
const QString &message);
51 void adjustItemFeatures(QTreeWidgetItem* item,
const AdBlockRule* rule);
52 void keyPressEvent(QKeyEvent* event)
override;
55 QTreeWidgetItem* m_topItem;
57 QString m_ruleToBeSelected;
58 bool m_itemChangingBlock;