Index page now correctly responds to reload.

This commit is contained in:
eelke 2019-10-06 14:03:46 +02:00
parent 60d8f36328
commit fa46971930
3 changed files with 17 additions and 5 deletions

View file

@ -57,6 +57,10 @@ private:
using t_Indexes = std::vector<PgIndex>;
t_Indexes m_indexes;
QMetaObject::Connection refreshConnection;
private slots:
void refresh();
};
#endif // INDEXMODEL_H