From 6e551017f4218741ca089e41cade9f63f4ae3006 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Thu, 4 Jul 2019 19:17:22 +0530 Subject: [PATCH] Show all ports in port stats window at startup If one or more ports were reserved, these were not shown at client startup --- client/portstatsproxymodel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/portstatsproxymodel.h b/client/portstatsproxymodel.h index fc81d24..9c78d67 100644 --- a/client/portstatsproxymodel.h +++ b/client/portstatsproxymodel.h @@ -29,6 +29,7 @@ public: PortStatsProxyModel(QObject *parent = 0) : QSortFilterProxyModel(parent) { + setFilterRegExp(QRegExp(".*")); } protected: