Catalog refresh working for functions page.
This commit is contained in:
parent
23899b6bb6
commit
211d937c16
3 changed files with 12 additions and 6 deletions
|
|
@ -48,11 +48,12 @@ private:
|
|||
std::shared_ptr<const PgDatabaseCatalog> m_catalog;
|
||||
NamespaceFilter m_namespaceFilter = NamespaceFilter::User;
|
||||
std::vector<PgProc> m_procs;
|
||||
QMetaObject::Connection refreshConnection;
|
||||
|
||||
void reloadData();
|
||||
Oid getType(int column) const;
|
||||
QVariant getData(const QModelIndex &index) const;
|
||||
|
||||
private slots:
|
||||
void refresh();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue