diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-11 12:38:20 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-11 07:37:18 -0700 |
commit | b39e7ac28122c57128f653786c51f727ac9f7dc6 (patch) | |
tree | 6ebca69b2526ff41850117cafed039f182bd48c3 /packaging | |
parent | 83411659992d6d881a0c44f2e380276d3540717b (diff) | |
download | subsurface-b39e7ac28122c57128f653786c51f727ac9f7dc6.tar.gz |
iOS: update weigth... weight to avoid warning
Seems the pro file was forgotten with the rename of weightsysteminfomodel.h
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index c72025d3d..0f9b2f30e 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -191,7 +191,7 @@ HEADERS += \ ../../../qt-models/gpslistmodel.h \ ../../../qt-models/divelocationmodel.h \ ../../../qt-models/completionmodels.h \ - ../../../qt-models/weigthsysteminfomodel.h \ + ../../../qt-models/weightsysteminfomodel.h \ ../../../qt-models/maplocationmodel.h \ ../../../qt-models/diveimportedmodel.h \ ../../../qt-models/messagehandlermodel.h \ |