Fixed a bug where the auto-completion would not work via commandline.

Fixed a bug where the auto-completion would not work via command
line, I fixed it by reloading the information of dives when a
dive file is open via command line or via UI.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-08-13 11:53:48 -03:00
parent 6da2d40d3c
commit 41ada82a04

View file

@ -561,6 +561,7 @@ void MainTab::initialUiSetup()
ui->weights->resizeColumnToContents(i);
}
s.endGroup();
reload();
}
void MainTab::editCylinderWidget(const QModelIndex& index)