subsurface/qt-models
Berthold Stoeger b6c7abc1a7 Cleanup: make argument to YearStatisticsItem constructor a reference
The LGTM checker complained about passing large objects. Instead of
passing pointers, keep the old semantics and pass a reference. This
is more idiomatic C++.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-03-19 16:06:14 -07:00
..
cleanertablemodel.cpp
cleanertablemodel.h
CMakeLists.txt CMake: do not expand variables in if-expressions 2019-03-05 13:27:54 -08:00
completionmodels.cpp Add SPDX header to Qt models 2017-04-29 13:32:55 -07:00
completionmodels.h
cylindermodel.cpp
cylindermodel.h
divecomputerextradatamodel.cpp
divecomputerextradatamodel.h
divecomputermodel.cpp
divecomputermodel.h
diveimportedmodel.cpp Import: control process_imported_dives() by flags 2019-01-19 13:48:17 -08:00
diveimportedmodel.h Import: don't add to new trip while downloading 2019-01-19 13:48:17 -08:00
divelistmodel.cpp Cleanup: Make add_dive_to_table local to divelist.c 2019-01-09 20:58:04 -08:00
divelistmodel.h Cleanup: remove getDiveId() functions 2018-12-27 15:19:50 -08:00
divelocationmodel.cpp Dive site: pass pointer-to-dive_site via QVariant 2018-10-29 00:09:31 +00:00
divelocationmodel.h
divepicturemodel.cpp Profile: add "synchronous" mode for picture plotting 2019-02-07 16:06:43 +01:00
divepicturemodel.h
diveplannermodel.cpp
diveplannermodel.h
diveplotdatamodel.cpp
diveplotdatamodel.h
divetripmodel.cpp Dive list: split DiveTripModel into distinct models (tree and list) 2019-01-07 09:33:52 -08:00
divetripmodel.h Dive list: split DiveTripModel into distinct models (tree and list) 2019-01-07 09:33:52 -08:00
filtermodels.cpp Filter panel: add suit and notes search fields 2019-02-28 15:45:42 -08:00
filtermodels.h Filter panel: add suit and notes search fields 2019-02-28 15:45:42 -08:00
gpslistmodel.cpp
gpslistmodel.h
maplocationmodel.cpp Map: create correct index in updateMapLocationCoordinates() 2019-03-15 07:40:13 -07:00
maplocationmodel.h
messagehandlermodel.cpp qt-models: Change Q_UNUSED to no parameter name 2018-05-21 12:48:04 -07:00
messagehandlermodel.h
models.cpp
models.h
tankinfomodel.cpp
tankinfomodel.h
treemodel.cpp
treemodel.h
weightmodel.cpp
weightmodel.h
weightsysteminfomodel.cpp
weightsysteminfomodel.h
yearlystatisticsmodel.cpp Cleanup: make argument to YearStatisticsItem constructor a reference 2019-03-19 16:06:14 -07:00
yearlystatisticsmodel.h