summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-11-08 10:16:11 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-09 09:29:31 +0000
commit347e135f188e446b6f47fe0a7eb4d0b82d42c8e9 (patch)
treed055042732f03526342f7aa4c1a5b55933dd46db
parent2e882015c11a4730da01692c5d650f43ad44c0fe (diff)
Doc: Remove broken link from iOS documentation
The wiki page containing the example as referred to in the docs has been removed. The example code has been tracked down and will get pushed as a proper example in a separate commit. This page will be updated accordingly when the example is there. Task-number: QTBUG-55651 Change-Id: Ie25b7a6ebfe7a022bb02f3ceee9fce3c8a7326af Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> (cherry picked from commit ec6883bd7c3141ccf30cf43f3030f7468c1a6e0a)
-rw-r--r--doc/src/platforms/apple-getting-started.qdocinc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/platforms/apple-getting-started.qdocinc b/doc/src/platforms/apple-getting-started.qdocinc
index 68fd1f414..d5a8cf444 100644
--- a/doc/src/platforms/apple-getting-started.qdocinc
+++ b/doc/src/platforms/apple-getting-started.qdocinc
@@ -100,8 +100,5 @@
Most useful is perhaps the possibility for adding In-App
Purchasing with the StoreKit framework.
- We currently have one example mixing Objective-C and C++ code. You
- find it
- \l{http://wiki.qt.io/Mixing_C_and_ObjectiveC_Code}{here}.
//! [getting started]
*/