mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-27 23:52:34 -05:00
Remove unnecessary overloaded function
This commit is contained in:
+1
-2
@@ -112,7 +112,7 @@ protected:
|
||||
void resizeEvent(QResizeEvent *event);
|
||||
|
||||
public slots:
|
||||
bool fileOpen(const QString& fileName);
|
||||
bool fileOpen(const QString& fileName = QString());
|
||||
void logSql(const QString &sql, int msgtype);
|
||||
void dbState(bool dirty);
|
||||
void browseRefresh();
|
||||
@@ -120,7 +120,6 @@ public slots:
|
||||
private slots:
|
||||
void createTreeContextMenu(const QPoint & qPoint);
|
||||
void changeTreeSelection();
|
||||
void fileOpen();
|
||||
void fileNew();
|
||||
void populateStructure();
|
||||
void populateTable(const QString& tablename);
|
||||
|
||||
Reference in New Issue
Block a user