refactor: Rename old vatlib function

This commit is contained in:
Lars Toenning
2024-08-22 16:18:21 +02:00
parent 7a33e74fee
commit da98932997
7 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ CSwiftGuiStdApplication::CSwiftGuiStdApplication() : CGuiApplication(CApplicatio
{
this->addParserOption(m_cmdFacadeMode);
this->addDBusAddressOption();
this->addVatlibOptions();
this->addNetworkOptions();
this->addAudioOptions();
}