mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Make sure listener does NOT restart when settings are updated, but DBus address did not change (set member correctly)
This commit is contained in:
committed by
Mat Sutcliffe
parent
add649c321
commit
741843d0c6
@@ -45,19 +45,19 @@ namespace BlackMisc
|
||||
|
||||
void CXSwiftBusConfigWriter::updateInXPlane9()
|
||||
{
|
||||
QString path = CXPlaneUtil::xswiftbusPluginDir(CXPlaneUtil::xplane9Dir());
|
||||
const QString path = CXPlaneUtil::xswiftbusPluginDir(CXPlaneUtil::xplane9Dir());
|
||||
if (!path.isEmpty()) { writeTo(path); }
|
||||
}
|
||||
|
||||
void CXSwiftBusConfigWriter::updateInXPlane10()
|
||||
{
|
||||
QString path = CXPlaneUtil::xswiftbusPluginDir(CXPlaneUtil::xplane10Dir());
|
||||
const QString path = CXPlaneUtil::xswiftbusPluginDir(CXPlaneUtil::xplane10Dir());
|
||||
if (!path.isEmpty()) { writeTo(path); }
|
||||
}
|
||||
|
||||
void CXSwiftBusConfigWriter::updateInXPlane11()
|
||||
{
|
||||
QString path = CXPlaneUtil::xswiftbusPluginDir(CXPlaneUtil::xplane11Dir());
|
||||
const QString path = CXPlaneUtil::xswiftbusPluginDir(CXPlaneUtil::xplane11Dir());
|
||||
if (!path.isEmpty()) { writeTo(path); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user