summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-12-14 02:47:36 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2018-12-18 14:51:48 +0000
commitb8abce30fffbc6cd571abe0984668b5d951f60c1 (patch)
treee85b85e1981e097ff96d2111d3aeb172c9d437d8
parentc79166130d28a8dbe8529d285a78d40768dc5d72 (diff)
Fix qdoc warnings
Change-Id: I42fa365268d5fe01cb41e519146cd3e6c138a89b Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--doc/apps.qdoc2
-rw-r--r--src/monitor-lib/gpustatus.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps.qdoc b/doc/apps.qdoc
index f1250707..3262028f 100644
--- a/doc/apps.qdoc
+++ b/doc/apps.qdoc
@@ -81,7 +81,7 @@ ApplicationInstaller interface.
\section2 Qmake Integration
To install applications into a system-ui using the \l{Installer}{Installer Sub-System}, the
-application first needs to be packaged. This can be done using the \l{Packager utility}. To better
+application first needs to be packaged. This can be done using the \l{Packager} utility. To better
integrate the packaging into your usual developer workflow you can also use the qmake integration
provided by the application-manager.
diff --git a/src/monitor-lib/gpustatus.cpp b/src/monitor-lib/gpustatus.cpp
index 8f733614..a3ab2d9f 100644
--- a/src/monitor-lib/gpustatus.cpp
+++ b/src/monitor-lib/gpustatus.cpp
@@ -123,7 +123,7 @@ GpuStatus::GpuStatus(QObject *parent)
or the application-manager has to be run as the \c root user.
\endtable
- \sa \l{GpuStatus::update}{update()}
+ \sa update
*/
qreal GpuStatus::gpuLoad() const
{