Small whitespace cleanup

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-11-19 18:17:50 -08:00
parent df6a80fb37
commit 0d512b2dd9

View file

@ -1732,18 +1732,18 @@ QVariant ProfilePrintModel::data(const QModelIndex &index, int role) const
Qt::ItemFlags GasSelectionModel::flags(const QModelIndex& index) const Qt::ItemFlags GasSelectionModel::flags(const QModelIndex& index) const
{ {
return Qt::ItemIsEnabled | Qt::ItemIsSelectable; return Qt::ItemIsEnabled | Qt::ItemIsSelectable;
} }
GasSelectionModel* GasSelectionModel::instance() GasSelectionModel* GasSelectionModel::instance()
{ {
static GasSelectionModel* self = new GasSelectionModel(); static GasSelectionModel* self = new GasSelectionModel();
return self; return self;
} }
void GasSelectionModel::repopulate() void GasSelectionModel::repopulate()
{ {
setStringList(DivePlannerPointsModel::instance()->getGasList()); setStringList(DivePlannerPointsModel::instance()->getGasList());
} }
QVariant GasSelectionModel::data(const QModelIndex& index, int role) const QVariant GasSelectionModel::data(const QModelIndex& index, int role) const