Index page now correctly responds to reload.
This commit is contained in:
parent
60d8f36328
commit
fa46971930
3 changed files with 17 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue