diff options
author | Oliver Schwaneberg <oliver.schwaneberg@gmail.com> | 2018-05-10 17:35:30 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-05-11 02:23:51 +0300 |
commit | 55ac07f6f69c90bb06b6484233bf671ea60823a9 (patch) | |
tree | 44e6eb5e13c30c611e874263115fb91548b78087 /qt-models/CMakeLists.txt | |
parent | 67f96ec06c45bf3a1e349c17108777e959efaa3b (diff) | |
download | subsurface-55ac07f6f69c90bb06b6484233bf671ea60823a9.tar.gz |
Corrected file name "weigthsysteminfomodel" to "weightsysteminfomodel"
Signed-off-by: Oliver Schwaneberg <oliver.schwaneberg@gmail.com>
Diffstat (limited to 'qt-models/CMakeLists.txt')
-rw-r--r-- | qt-models/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/CMakeLists.txt b/qt-models/CMakeLists.txt index e7f6ec01e..dc840e059 100644 --- a/qt-models/CMakeLists.txt +++ b/qt-models/CMakeLists.txt @@ -19,7 +19,7 @@ set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS treemodel.cpp cylindermodel.cpp yearlystatisticsmodel.cpp - weigthsysteminfomodel.cpp + weightsysteminfomodel.cpp weightmodel.cpp filtermodels.cpp divecomputermodel.cpp |