diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-02-24 23:28:13 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-02-26 19:06:02 +0200 |
commit | cd5e17cf79c2f1eb896efd0436c103221de446ae (patch) | |
tree | 35617137ebf4886994d8eaf106f7e1ead97eccb0 /packaging/ios | |
parent | e2a6b96db8f7c73ad6fca71dc3d943deeda198da (diff) | |
download | subsurface-cd5e17cf79c2f1eb896efd0436c103221de446ae.tar.gz |
Cleanup: Unify qthelper.h and qthelperfromc.h
Since all qt-helpers are defined in qthelper.cpp, there seems to be
no reason to have two include files. By unifying the two files,
duplication and inconsistencies are removed. The C++-only part is
simply compiled away with #ifdefs.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 985cf2bfc..2cd294870 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -137,7 +137,6 @@ HEADERS += \ ../../../core/save-html.h \ ../../../core/statistics.h \ ../../../core/units.h \ - ../../../core/qthelperfromc.h \ ../../../core/version.h \ ../../../core/planner.h \ ../../../core/divesite.h \ |