aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/packet_list_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/packet_list_model.cpp')
-rw-r--r--ui/qt/models/packet_list_model.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/models/packet_list_model.cpp b/ui/qt/models/packet_list_model.cpp
index 7eff718d59..e0d49f4158 100644
--- a/ui/qt/models/packet_list_model.cpp
+++ b/ui/qt/models/packet_list_model.cpp
@@ -61,7 +61,7 @@ packet_list_append(column_info *, frame_data *fdata)
void
packet_list_recreate_visible_rows(void)
{
- if ( glbl_plist_model )
+ if (glbl_plist_model)
glbl_plist_model->recreateVisibleRows();
}
@@ -101,7 +101,7 @@ PacketListModel::PacketListModel(QObject *parent, capture_file *cf) :
}
QWidget * wtWidget = mw->findChild<WirelessTimeline *>();
- if ( wtWidget && qobject_cast<WirelessTimeline *>(wtWidget) )
+ if (wtWidget && qobject_cast<WirelessTimeline *>(wtWidget))
{
WirelessTimeline * wt = qobject_cast<WirelessTimeline *>(wtWidget);
connect(this, SIGNAL(bgColorizationProgress(int, int)),