TODO: Fix external Qt documentation link
authorWuzzy
Fri, 25 Mar 2016 11:48:33 +0000
changeset 799 e2c96c00f9f3
parent 798 30c5f1ebd552
child 800 362ce31b5632
TODO: Fix external Qt documentation link
TODO.wiki
--- a/TODO.wiki	Thu Mar 24 09:55:10 2016 -0400
+++ b/TODO.wiki	Fri Mar 25 11:48:33 2016 +0000
@@ -19,7 +19,7 @@
   * Make our AI use any weapon of your choice. Check out the uAI`*`.pas files and see how the current weapons are handled.
   * Write a simple shell script (`bash`, `ruby`, `perl`, `python`, `awk`...) to update the localization strings for iOS and propagate the diff to all the localized files. This task doesn't require coding or having an i-Device, just basic shell scripting.
   * Make a cross-platform tool (for instance a script) that identifies new phrases in our mission, training and gameplay scripts and adds them (marked untranslated) into our `Lua` localization files.
-  * Drop a shadow effect to every widget in our frontend. This will help you: http://doc.qt.nokia.com/stable/qgraphicsdropshadoweffect.html
+  * Drop a shadow effect to every widget in our frontend. This will help you: https://doc.qt.io/qt-5/qgraphicsdropshadoweffect.html
   * Run `Valgrind` on engine, report the  most used functions and optimize them so that performance increases.
   * Use the Qt macro `QtPrintable` everywhere instead of looping through various string methods.
   * Document compiler flags: just add a little comment near each flag explaining its use.