Cleanup
This commit is contained in:
parent
50bf4588ce
commit
93a55047b6
2 changed files with 0 additions and 72 deletions
|
|
@ -36,13 +36,8 @@ public:
|
|||
void setNamespaceFilter(NamespaceFilter nsf);
|
||||
void setCatalog(std::shared_ptr<const PgDatabaseCatalog> cat);
|
||||
|
||||
// virtual void sort(int column, Qt::SortOrder order = Qt::AscendingOrder) override;
|
||||
// void setSortOrder(int so);
|
||||
|
||||
// Header:
|
||||
QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
|
||||
|
||||
// Basic functionality:
|
||||
int rowCount(const QModelIndex &parent) const override;
|
||||
int columnCount(const QModelIndex &parent) const override;
|
||||
|
||||
|
|
@ -65,8 +60,6 @@ private:
|
|||
|
||||
Oid getType(int column) const;
|
||||
QVariant getData(const QModelIndex &index) const;
|
||||
// QString formatTableName(const PgClass &cls) const;
|
||||
// void doSort(int so);
|
||||
private slots:
|
||||
void refresh();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue