Skip to content

Commit

Permalink
DOC: Update obsolete references from doc.trolltech.com to doc.qt.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 19, 2023
1 parent a0e74a0 commit 319f0ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Documentation/Doxyfile.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -1137,33 +1137,33 @@ QCH_FILE =

# The QHP_NAMESPACE tag specifies the namespace to use when generating
# Qt Help Project output. For more information please see
# http://doc.trolltech.com/qthelpproject.html#namespace
# https://doc.qt.io/qt-5/qthelpproject.html#namespace

QHP_NAMESPACE = org.doxygen.Project

# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
# Qt Help Project output. For more information please see
# http://doc.trolltech.com/qthelpproject.html#virtual-folders
# https://doc.qt.io/qt-5/qthelpproject.html#virtual-folders

QHP_VIRTUAL_FOLDER = doc

# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
# add. For more information please see
# http://doc.trolltech.com/qthelpproject.html#custom-filters
# https://doc.qt.io/qt-5/qthelpproject.html#custom-filters

QHP_CUST_FILTER_NAME =

# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see
# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
# <a href="https://doc.qt.io/qt-5/qthelpproject.html#custom-filters">
# Qt Help Project / Custom Filters</a>.

QHP_CUST_FILTER_ATTRS =

# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's
# filter section matches.
# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
# <a href="https://doc.qt.io/qt-5/qthelpproject.html#filter-attributes">
# Qt Help Project / Filter Attributes</a>.

QHP_SECT_FILTER_ATTRS =
Expand Down
2 changes: 1 addition & 1 deletion Libs/PluginFramework/ctkPluginActivator.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* where <code>mypluginlib</code> is the basename of your shared plugin library.
*
* <p>
* See the Qt Documentation about <a href="http://doc.trolltech.com/4.6/plugins-howto.html">
* See the Qt Documentation about <a href="https://doc.qt.io/qt-5/plugins-howto.html">
* How to Create Qt Plugins</a> for details.
*
* The class implementing the <code>%ctkPluginActivator</code> interface must have a public
Expand Down
2 changes: 1 addition & 1 deletion Libs/PluginFramework/ctkPluginConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ struct CTK_PLUGINFW_EXPORT ctkPluginConstants {
/**
* Specifies the hints on how symbols in dynamic shared objects (plug-ins) are
* resolved. The value of this property must be of type
* <a href="http://doc.trolltech.com/4.7/qlibrary.html#LoadHint-enum">QLibrary::LoadHints</a>.
* <a href="https://doc.qt.io/qt-5/qlibrary.html#LoadHint-enum">QLibrary::LoadHints</a>.
*
* Setting this property to QLibrary::ExportExternalSymbolsHint may
* be necessary on some platforms (e.g. ELF platforms with gcc < 4.5) to get
Expand Down

0 comments on commit 319f0ba

Please sign in to comment.