mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Doxygen, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
52ce9f9205
commit
0fa9bcb520
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
|
||||
//! [SwiftApplicationDemo]
|
||||
CGuiApplication::highDpiScreenSupport(CGuiApplication::parseScaleFactor(argc, argv));
|
||||
QApplication qa(argc, argv);
|
||||
Q_UNUSED(qa); // application init needed
|
||||
Q_UNUSED(qa) // application init needed
|
||||
|
||||
CCrashHandler::instance()->init();
|
||||
CSwiftGuiStdApplication a; // application with contexts
|
||||
|
||||
@@ -88,7 +88,7 @@ bool CSwiftGuiStdApplication::parsingHookIn()
|
||||
const QString dBusAddress(this->getCmdDBusAddressValue());
|
||||
if (!dBusAddress.isEmpty())
|
||||
{
|
||||
// check if rechable
|
||||
// check if reachable
|
||||
if (!CDBusServer::isDBusAvailable(dBusAddress))
|
||||
{
|
||||
this->cmdLineErrorMessage("DBus server at '" + dBusAddress + "' can not be reached");
|
||||
|
||||
Reference in New Issue
Block a user