summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-11-08 10:16:11 +0100
committerPaul Wicking <paul.wicking@qt.io>2018-11-08 10:20:35 +0000
commitec6883bd7c3141ccf30cf43f3030f7468c1a6e0a (patch)
treeb83bbcc0c927017f4468c6c7c80091dc2d725bf7
parentc6e73db4f577f2076e6ad4b542f7dab08b744659 (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>
-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]
*/