Qt: Make enum truly anonymous (CID1452175)

Having an enum in a class is an established technique, although it is
intended to be anonymous when not related to an attribute.

Change-Id: Id599da0432b5289217f2162d26616452d10b1922
Reviewed-on: https://code.wireshark.org/review/34817
Petri-Dish: Roland Knall <rknall@gmail.com>
Reviewed-by: Roland Knall <rknall@gmail.com>
This commit is contained in:
Jaap Keuter 2019-10-20 22:00:05 +02:00 committed by Roland Knall
parent 1c21bcaeed
commit 15a18f385f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ protected:
Name = 0,
Description,
Value
} CopyInfos;
};
virtual void contextMenuEvent(QContextMenuEvent *event);
virtual void timerEvent(QTimerEvent *event);