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:
parent
98378b52e6
commit
6e551017f4
@ -29,6 +29,7 @@ public:
|
||||
PortStatsProxyModel(QObject *parent = 0)
|
||||
: QSortFilterProxyModel(parent)
|
||||
{
|
||||
setFilterRegExp(QRegExp(".*"));
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user