Show all ports in port stats window at startup

If one or more ports were reserved, these were not shown at client
startup
This commit is contained in:
Srivats P 2019-07-04 19:17:22 +05:30
parent 98378b52e6
commit 6e551017f4

View File

@ -29,6 +29,7 @@ public:
PortStatsProxyModel(QObject *parent = 0)
: QSortFilterProxyModel(parent)
{
setFilterRegExp(QRegExp(".*"));
}
protected: