diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2014-07-03 16:49:26 +0200 |
---|---|---|
committer | Jerome Pasion <jerome.pasion@digia.com> | 2014-07-04 12:12:29 +0200 |
commit | e4661df947525513f00177564838b19dec63d233 (patch) | |
tree | a18071f060a56693f4cfe867bbda529822f7d6f2 /src/concurrent | |
parent | 7c99231c555032776e895dca7814b55558a6c167 (diff) | |
download | qtbase-e4661df947525513f00177564838b19dec63d233.tar.gz |
Doc: Removed "url" variable from qdocconf files.
url is set in qtbase/doc/global which is inherited by the
Qt 5 module qdocconf files.
Change-Id: Ieffa174f598f4a3b8ce8be9bfae7ca9b6981f12b
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/concurrent')
-rw-r--r-- | src/concurrent/doc/qtconcurrent.qdocconf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/concurrent/doc/qtconcurrent.qdocconf b/src/concurrent/doc/qtconcurrent.qdocconf index e45047cb51..d8ee963ef5 100644 --- a/src/concurrent/doc/qtconcurrent.qdocconf +++ b/src/concurrent/doc/qtconcurrent.qdocconf @@ -2,7 +2,6 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QtConcurrent description = Qt Concurrent Reference Documentation -url = http://qt-project.org/doc/qt-$QT_VER version = $QT_VERSION examplesinstallpath = qtconcurrent |