parent
a5e5c3d941
commit
7351fe9633
69 changed files with 141 additions and 141 deletions
|
|
@ -285,7 +285,7 @@ bool TapController::removeDriver(const QString& tapInstanceId)
|
|||
tapInstallProc.waitForFinished();
|
||||
QString output = QString( tapInstallProc.readAll() );
|
||||
if (output.contains("were removed")) {
|
||||
qDebug() << "TAP device" << tapInstanceId << "suceccfully removed";
|
||||
qDebug() << "TAP device" << tapInstanceId << "successfully removed";
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#define IPv6_DEBUG
|
||||
|
||||
//! The TapController class verifies Windows Tap Controller for existance on Windows platform.
|
||||
//! The TapController class verifies Windows Tap Controller for existence on Windows platform.
|
||||
|
||||
class TapController
|
||||
{
|
||||
|
|
|
|||
|
|
@ -522,7 +522,7 @@ int QtServiceBasePrivate::run(bool asService, const QStringList &argList)
|
|||
You can retrieve the service's description, state, and startup
|
||||
type using the serviceDescription(), serviceFlags() and
|
||||
startupType() functions respectively. The service's state is
|
||||
decribed by the ServiceFlag enum. The mentioned properites can
|
||||
described by the ServiceFlag enum. The mentioned properties can
|
||||
also be set using the corresponding set functions. In addition you
|
||||
can retrieve the service's name using the serviceName() function.
|
||||
|
||||
|
|
@ -580,7 +580,7 @@ int QtServiceBasePrivate::run(bool asService, const QStringList &argList)
|
|||
\row \i -e \i -exec
|
||||
\i Execute the service as a standalone application (useful for debug purposes).
|
||||
This is a blocking call, the service will be executed like a normal application.
|
||||
In this mode you will not be able to communicate with the service from the contoller.
|
||||
In this mode you will not be able to communicate with the service from the controller.
|
||||
\row \i -t \i -terminate \i Stop the service.
|
||||
\row \i -p \i -pause \i Pause the service.
|
||||
\row \i -r \i -resume \i Resume a paused service.
|
||||
|
|
@ -736,7 +736,7 @@ void QtServiceBase::setStartupType(QtServiceController::StartupType type)
|
|||
}
|
||||
|
||||
/*!
|
||||
Returns the service's state which is decribed using the
|
||||
Returns the service's state which is described using the
|
||||
ServiceFlag enum.
|
||||
|
||||
\sa ServiceFlags, setServiceFlags()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue