mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Initialize currUuid
Signed-off-by: Gaetan Bisson <bisson@archlinux.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9102f23b42
commit
24471cfd0d
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ bool DiveLocationModel::setData(const QModelIndex& index, const QVariant& value,
|
|||
DiveLocationLineEdit::DiveLocationLineEdit(QWidget *parent) : QLineEdit(parent),
|
||||
proxy(new DiveLocationFilterProxyModel()), model(new DiveLocationModel()), view(new DiveLocationListView())
|
||||
{
|
||||
currUuid = 0;
|
||||
location_line_edit = this;
|
||||
|
||||
proxy->setSourceModel(model);
|
||||
|
|
Loading…
Add table
Reference in a new issue