aboutsummaryrefslogtreecommitdiffstats
path: root/src/remotelogger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/remotelogger.cpp')
-rw-r--r--src/remotelogger.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/remotelogger.cpp b/src/remotelogger.cpp
index 60742ff..31ea3b8 100644
--- a/src/remotelogger.cpp
+++ b/src/remotelogger.cpp
@@ -35,7 +35,7 @@
/*!
* \class RemoteLogger
- * \brief Installs a qt messageHandler and sends the logs over udp
+ * \brief Installs a Qt messageHandler and sends the logs over UDP.
* \inmodule qmllive
*
* \sa Logger, LogReceiver
@@ -53,7 +53,7 @@ RemoteLogger::RemoteLogger(QObject *parent) :
}
/*!
- * Sets the \a address where the log messages will be sent to
+ * Sets the \a address where the log messages will be sent to.
* \sa setPort()
*/
void RemoteLogger::setHostAddress(const QHostAddress &address)
@@ -62,7 +62,7 @@ void RemoteLogger::setHostAddress(const QHostAddress &address)
}
/*!
- * Sets the \a port where the log messages will be sent to
+ * Sets the \a port where the log messages will be sent to.
* \sa setHostAddress()
*/
void RemoteLogger::setPort(int port)
@@ -88,7 +88,7 @@ void RemoteLogger::broadcast(int type, const QString &msg, const QUrl &url, int
}
/*!
- * Broadcasts each error from the \a errors
+ * Broadcasts each error from the \a errors.
*/
void RemoteLogger::appendToLog(const QList<QQmlError> &errors)
{