Minor fixes to the namespace filter
This commit is contained in:
parent
b5254ac723
commit
590a02599d
4 changed files with 15 additions and 18 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef NAMESPACEFILTERWIDGET_H
|
||||
#define NAMESPACEFILTERWIDGET_H
|
||||
|
||||
#include "Pgsql_Declare.h"
|
||||
#include <QWidget>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
|
@ -22,7 +23,7 @@ public:
|
|||
|
||||
void init(std::shared_ptr<const PgNamespaceContainer> nsc);
|
||||
|
||||
std::set<Oid> getCheckedNamespaces() const;
|
||||
const NamespaceItemModel* getModel() const;
|
||||
|
||||
//signals:
|
||||
// void onFilterChange();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue