diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-06-03 19:04:50 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 16:40:01 -0700 |
commit | eb24d90c8e0aae60c0f0af4a9c7894007be47269 (patch) | |
tree | 9fe95c0c1d8397136be531adac73d211cd29dac5 /qt-ui/maintab.cpp | |
parent | f53b5c4d3f5bcf396d9abaa72f0be31a3d5512dc (diff) | |
download | subsurface-eb24d90c8e0aae60c0f0af4a9c7894007be47269.tar.gz |
Add a static 'instance()' member for the Photos model.
This will make referencing it from a few places more easy.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index e274b7485..fe579acb9 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -32,7 +32,7 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent), weightModel(new WeightModel(this)), cylindersModel(CylindersModel::instance()), editMode(NONE), - divePictureModel(new DivePictureModel(this)) + divePictureModel(DivePictureModel::instance()) { ui.setupUi(this); |