summaryrefslogtreecommitdiffstats
path: root/qt-ui/models.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-19 18:17:50 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-19 18:17:50 -0800
commit0d512b2dd9207f0964228c76d3d8b23558f00efc (patch)
tree8a4bb3eed7403d229f6e694d76188a0f29c6b427 /qt-ui/models.cpp
parentdf6a80fb37505239680e7d59290bf4f4ba7a89ca (diff)
downloadsubsurface-0d512b2dd9207f0964228c76d3d8b23558f00efc.tar.gz
Small whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.cpp')
-rw-r--r--qt-ui/models.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp
index d0c244917..0748cd43e 100644
--- a/qt-ui/models.cpp
+++ b/qt-ui/models.cpp
@@ -1732,18 +1732,18 @@ QVariant ProfilePrintModel::data(const QModelIndex &index, int role) const
Qt::ItemFlags GasSelectionModel::flags(const QModelIndex& index) const
{
- return Qt::ItemIsEnabled | Qt::ItemIsSelectable;
+ return Qt::ItemIsEnabled | Qt::ItemIsSelectable;
}
GasSelectionModel* GasSelectionModel::instance()
{
- static GasSelectionModel* self = new GasSelectionModel();
- return self;
+ static GasSelectionModel* self = new GasSelectionModel();
+ return self;
}
void GasSelectionModel::repopulate()
{
- setStringList(DivePlannerPointsModel::instance()->getGasList());
+ setStringList(DivePlannerPointsModel::instance()->getGasList());
}
QVariant GasSelectionModel::data(const QModelIndex& index, int role) const