summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-03-05 11:59:39 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-03-05 11:52:55 +0000
commitf31ffa0bc120d4d7e0a10402b71288f5eabdef74 (patch)
treedf1a7fbf1de7d972b17cf2a5a6a20e1c2b87ed0b /src/libs
parent8c5fe6be5acbf349e776591cc2b0cc09d6b4e984 (diff)
Doc: fix a broken \a command
In protocol.cpp. Change-Id: Ib73c055e88bbab8a3e2a7e61bcbddcd8ca42c577 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/installer/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/protocol.cpp b/src/libs/installer/protocol.cpp
index 879d40297..c252af07a 100644
--- a/src/libs/installer/protocol.cpp
+++ b/src/libs/installer/protocol.cpp
@@ -40,7 +40,7 @@ namespace QInstaller {
typedef qint32 PackageSize;
/*!
- Write a packet containing \a command and \data to \a device.
+ Write a packet containing \a command and \a data to \a device.
\note Both client and server need to have the same endianness.
*/