cleared up the commented lines
This commit is contained in:
parent
95d48d8a2d
commit
669cb06d89
1 changed files with 0 additions and 2 deletions
|
@ -339,8 +339,6 @@ void CoreController::initTranslationsUpdatedHandler()
|
||||||
connect(m_languageModel.get(), &LanguageModel::updateTranslations, this, &CoreController::updateTranslator);
|
connect(m_languageModel.get(), &LanguageModel::updateTranslations, this, &CoreController::updateTranslator);
|
||||||
connect(this, &CoreController::translationsUpdated, m_languageModel.get(), &LanguageModel::translationsUpdated);
|
connect(this, &CoreController::translationsUpdated, m_languageModel.get(), &LanguageModel::translationsUpdated);
|
||||||
connect(this, &CoreController::translationsUpdated, m_connectionController.get(), &ConnectionController::onTranslationsUpdated);
|
connect(this, &CoreController::translationsUpdated, m_connectionController.get(), &ConnectionController::onTranslationsUpdated);
|
||||||
//auto* trayHandler = qobject_cast<SystemTrayNotificationHandler*>(m_notificationHandler.get());
|
|
||||||
//connect(this, &CoreController::websiteUrlChanged, trayHandler, &SystemTrayNotificationHandler::updateWebsiteUrl);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CoreController::initAutoConnectHandler()
|
void CoreController::initAutoConnectHandler()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue