summaryrefslogtreecommitdiffstats
path: root/src/monitor-lib/systemmonitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor-lib/systemmonitor.cpp')
-rw-r--r--src/monitor-lib/systemmonitor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/monitor-lib/systemmonitor.cpp b/src/monitor-lib/systemmonitor.cpp
index f7dcaebe..2df730c2 100644
--- a/src/monitor-lib/systemmonitor.cpp
+++ b/src/monitor-lib/systemmonitor.cpp
@@ -63,7 +63,7 @@
/*!
\qmltype SystemMonitor
- \inqmlmodule QtApplicationManager
+ \inqmlmodule QtApplicationManager.SystemUI
\ingroup system-ui
\brief The system monitoring model, giving access to a range of measurements, e.g. CPU load,
frame rate, etc.
@@ -125,11 +125,11 @@
\note The model will be updated each \l reportingInterval milliseconds. The roles will only
be populated, if the corresponding reporting parts (memory, CPU, etc.) have been enabled.
- After importing \c QtApplicationManager you could use the SystemMonitor singleton as follows:
+ After importing \c QtApplicationManager.SystemUI you could use the SystemMonitor singleton as follows:
\qml
import QtQuick 2.4
- import QtApplicationManager 1.0
+ import QtApplicationManager.SystemUI 1.0
ListView {
width: 200; height: 200