parent
8cb1d6eab3
commit
d67224858d
3 changed files with 7 additions and 0 deletions
|
|
@ -598,3 +598,8 @@ void QueryTab::exportData(const QString &file_name)
|
|||
rw->exportData(file_name);
|
||||
}
|
||||
}
|
||||
|
||||
void QueryTab::focusEditor()
|
||||
{
|
||||
ui->queryEdit->setFocus();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue