aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/expert_info_model.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-10-09 16:48:04 -0700
committerGerald Combs <gerald@wireshark.org>2021-10-09 17:07:03 -0700
commitf9d3b9d51ab24e1f9f3df979be4ac7f4d6518302 (patch)
tree0c81cc9a554669e145b2bd29ba284214320b3b78 /ui/qt/models/expert_info_model.h
parentf26ef902b21765b45fa2a0c5921afdead5d4b6ce (diff)
Qt: Remove more Q_OBJECT macro calls.
Diffstat (limited to 'ui/qt/models/expert_info_model.h')
-rw-r--r--ui/qt/models/expert_info_model.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/qt/models/expert_info_model.h b/ui/qt/models/expert_info_model.h
index 8a95424774..ca558b0e81 100644
--- a/ui/qt/models/expert_info_model.h
+++ b/ui/qt/models/expert_info_model.h
@@ -65,8 +65,6 @@ private:
class ExpertInfoModel : public QAbstractItemModel
{
- Q_OBJECT
-
public:
ExpertInfoModel(CaptureFile& capture_file, QObject *parent = 0);
virtual ~ExpertInfoModel();