diff options
author | willemferguson <willemferguson@zoology.up.ac.za> | 2019-12-12 10:28:04 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-25 02:57:42 +0900 |
commit | 6212bb6721391efc82df21d80d177f93204cb12e (patch) | |
tree | b055013d411f38fd72fb515f208868c37defb799 /packaging | |
parent | 42a85dfa7e3052d50a831bb5700a26ad7df9dc0a (diff) | |
download | subsurface-6212bb6721391efc82df21d80d177f93204cb12e.tar.gz |
Preferences UI: final cleanup
This commit does some final cleaning up to the code, mostly deleting
white space and comments.
Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index bfbf8e413..017392405 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -101,6 +101,9 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/settings/qPrefProxy.cpp \ ../../core/settings/qPrefTechnicalDetails.cpp \ ../../core/settings/qPrefUnit.cpp \ + ../../core/settings/qPrefEquipment.cpp \ + ../../core/settings/qPrefLog.cpp \ + ../../core/settings/qPrefMedia.cpp \ ../../core/settings/qPrefUpdateManager.cpp \ ../../core/subsurface-qt/CylinderObjectHelper.cpp \ ../../core/subsurface-qt/DiveObjectHelper.cpp \ @@ -226,6 +229,9 @@ HEADERS += \ ../../core/settings/qPrefProxy.h \ ../../core/settings/qPrefTechnicalDetails.h \ ../../core/settings/qPrefUnit.h \ + ../../core/settings/qPrefEquipment.h \ + ../../core/settings/qPrefLog.h \ + ../../core/settings/qPrefMedia.h \ ../../core/settings/qPrefUpdateManager.h \ ../../core/subsurface-qt/CylinderObjectHelper.h \ ../../core/subsurface-qt/DiveObjectHelper.h \ |