summaryrefslogtreecommitdiffstats
path: root/src/localdevice/qlocaldevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/localdevice/qlocaldevice.cpp')
-rw-r--r--src/localdevice/qlocaldevice.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/localdevice/qlocaldevice.cpp b/src/localdevice/qlocaldevice.cpp
index f6b2c2b..131539a 100644
--- a/src/localdevice/qlocaldevice.cpp
+++ b/src/localdevice/qlocaldevice.cpp
@@ -32,11 +32,28 @@
QT_BEGIN_NAMESPACE
+/*!
+ \class QLocalDevice
+ \inmodule QtDeviceUtilities
+
+ \brief The QLocalDevice class provides utility functions for controlling an
+ embedded device.
+
+ The methods in this class enable shutting down and rebooting an embedded
+ device.
+*/
+
+/*!
+ Creates a new local device with the parent \a parent.
+*/
QLocalDevice::QLocalDevice(QObject *parent)
: QObject(parent)
{
}
+/*!
+ Deletes the local device.
+*/
QLocalDevice::~QLocalDevice()
{
}