Skip to content

Commit

Permalink
DOC: Some documentation fixes
Browse files Browse the repository at this point in the history
Change-Id: I6a1fa5072a44995d781cb83f9474293d928083bb
Reviewed-by: Arttu Tarkiainen <[email protected]>
  • Loading branch information
kahema committed May 17, 2024
1 parent 0633bf6 commit fce04dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/doc/componentalias.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
\brief Using installer's aliases.xml file to define component aliases and their
relations to other aliases and components.

\image qtifw-examples-componentalias.png

\e{Component Alias} illustrates how to specify component aliases and how they influence
the installation and maintenance processes for command line usage.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/libs/installer/binaryformat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void Resource::setName(const QByteArray &name)

/*!
Opens a resource in QIODevice::ReadOnly mode. The function returns \c true
if successful.
if successful. Optionally, \a permissions can be given.
*/
#if QT_VERSION < QT_VERSION_CHECK(6, 3, 0)
bool Resource::open()
Expand Down
2 changes: 2 additions & 0 deletions src/libs/installer/packagemanagercore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ using namespace QInstaller;
Installation has to be updated.
\value EssentialUpdated
Installation essential components were updated.
\value NoPackagesFound
No packages found from remote.
*/

/*!
Expand Down
2 changes: 1 addition & 1 deletion src/libs/kdtools/filedownloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ void KDUpdater::FileDownloader::emitEstimatedDownloadTime()
}

/*!
\overload addCheckSumData()
Adds checksum \a data.
*/
void KDUpdater::FileDownloader::addCheckSumData(const QByteArray &data)
{
Expand Down

0 comments on commit fce04dd

Please sign in to comment.