mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
Merge pull request #1271 from FabianInostroza/plot_table_sync
Synchronize PlotDock with 'Execute SQL' table.
This commit is contained in:
@@ -224,7 +224,8 @@ private slots:
|
||||
bool fileClose();
|
||||
void addRecord();
|
||||
void deleteRecord();
|
||||
void selectTableLine( int lineToSelect );
|
||||
void selectTableLine(int lineToSelect);
|
||||
void selectCurrentTabTableLines(int firstLine, int lastLine);
|
||||
void selectTableLines(int firstLine, int count);
|
||||
void navigatePrevious();
|
||||
void navigateNext();
|
||||
|
||||
Reference in New Issue
Block a user