Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
MKleusberg committed Jun 10, 2020
1 parent ff37c90 commit 535243a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TableBrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class TableBrowser : public QWidget
void setSettings(const sqlb::ObjectIdentifier& table, const BrowseDataTableSettings& table_settings);

void setStructure(QAbstractItemModel* model, const QString& old_table = QString());
void updateStructure();

SqliteTableModel* model() { return m_model; }

Expand Down

0 comments on commit 535243a

Please sign in to comment.