summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-07-14 02:04:36 +0200
committerRobert Griebl <robert.griebl@qt.io>2023-07-17 11:44:47 +0200
commitdf73e897ee0ac0dd2423d8b19eff7ca7fb53611a (patch)
treed2a11537f767fb49d0b872be6bd59de05f9f5704
parentfbcab17e268d31e5cb075178841a2862878a4707 (diff)
Documentation: small fixes
Change-Id: I8506208d7914bd86bbce4937a87254e9aab5dfae Reviewed-by: Bernd Weimer <bernd.weimer@qt.io> (cherry picked from commit 47e76d2a46e85524615ddde3ab67558913706ac7)
-rw-r--r--doc/installation.qdoc10
-rw-r--r--src/manager-lib/packagemanager.cpp4
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/installation.qdoc b/doc/installation.qdoc
index 7a8b8e7b..91369671 100644
--- a/doc/installation.qdoc
+++ b/doc/installation.qdoc
@@ -93,6 +93,9 @@ mkdir <builddir>
&& cmake --install .
\endcode
+All executables, including the unit tests, can be found in the build folder's \c bin directory, after
+compiling.
+
There are various options that can be given to \c CMake to tailor the build to suit your needs.
With Qt's new CMake based build system, there are three ways to set configure options for Qt
@@ -154,13 +157,13 @@ modules:
\li If set to \c yes, enables building and linking against \c libbacktrace in the 3rdparty folder.
This gives you readable backtraces for crashes on Linux, but also increases the binary size
slightly. For debug builds, this option is enabled by default.
- Set to \c no disables building and linking against \c libbacktrace.
+ Setting this to \c no disables building and linking against \c libbacktrace.
\row
\li \c{stackwalker}
\li If set to \c yes, enables building and linking against \c stackwalker in the 3rdparty folder.
This gives you readable backtraces for crashes on Windows, but also increases the binary size
slightly. For debug builds, this option is enabled by default.
- Set to \c no disables building and linking against \c stackwalker.
+ Settings this to \c no disables building and linking against \c stackwalker.
\endtable
\section2 The Hardware ID
@@ -191,9 +194,6 @@ There are three different ways to specify a hardware ID:
\c /sys and you want to use features that require such an ID.
\endlist
-All executables, including the unit tests, can be found in the build folder's \c bin directory, after
-compiling.
-
\section1 Generate Code-Coverage Data
diff --git a/src/manager-lib/packagemanager.cpp b/src/manager-lib/packagemanager.cpp
index f5438d9d..2b75c0dc 100644
--- a/src/manager-lib/packagemanager.cpp
+++ b/src/manager-lib/packagemanager.cpp
@@ -110,8 +110,8 @@
\li The currently installed version of this package.
\row
\li \c package
- \li Package
- \li The underlying package object for quick access to the properties outside of a
+ \li PackageObject
+ \li The underlying PackageObject for quick access to the properties outside of a
model delegate.
\endtable