mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Update the db import game feature
This commit is contained in:
parent
1293b59ed5
commit
4ffba108e3
10 changed files with 47 additions and 41 deletions
|
@ -174,14 +174,6 @@ void MainWindow::ApplyPreferences() {
|
|||
}
|
||||
}
|
||||
|
||||
std::vector<TabInfos *> MainWindow::ListTabInfos() {
|
||||
std::vector<TabInfos *> tinfos;
|
||||
for (int i = 0; i < notebook->GetPageCount(); i++) {
|
||||
tinfos.push_back(dynamic_cast<TabInfos *>(notebook->GetPage(i)));
|
||||
}
|
||||
return (tinfos);
|
||||
}
|
||||
|
||||
void MainWindow::OnClose(wxCloseEvent &e) {
|
||||
if (prefsEditor != NULL) {
|
||||
prefsEditor->Dismiss();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue