Qt: add initializer (CID: 1412975).

Change-Id: I5a161a98a90efb7dda95646c4f025c34623b0327
Reviewed-on: https://code.wireshark.org/review/24965
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2017-12-23 21:24:15 +01:00 committed by Anders Broman
parent b1a2bef8bd
commit c2dee33630
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ WirelessTimeline::WirelessTimeline(QWidget *parent) : QWidget(parent)
setFixedHeight(TIMELINE_HEIGHT);
first_packet = 1;
setMouseTracking(true);
capfile = NULL;
radio_packet_list = NULL;
connect(wsApp, SIGNAL(appInitialized()), this, SLOT(appInitialized()));