diff options
author | jan Iversen <jani@apache.org> | 2018-08-19 14:00:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-25 11:49:47 -0700 |
commit | 5dd0981961f367054e38b164804548e7d9b16bfa (patch) | |
tree | 99fbf9f894cd74e656c306d6daa2fe5da01cd987 /packaging/ios | |
parent | 2393dca38ed6f97e15958471cd04c01600af4dfc (diff) | |
download | subsurface-5dd0981961f367054e38b164804548e7d9b16bfa.tar.gz |
core/tests: remove QSettings from testgitstorage
update testgitstorage.cpp to use qPrefProxy and qPrefCloudStorage
remove core/prefs-macros.h since it is unused
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 7637480cb..352d3afa1 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -182,7 +182,6 @@ HEADERS += \ ../../core/membuffer.h \ ../../core/metrics.h \ ../../core/pluginmanager.h \ - ../../core/prefs-macros.h \ ../../core/qt-gui.h \ ../../core/sha1.h \ ../../core/strndup.h \ |