mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix invalid signal connection
This commit is contained in:
parent
5481215813
commit
332c6cf726
@ -107,7 +107,8 @@ AccountSettings::AccountSettings(QWidget *parent) :
|
||||
ui->connectLabel->setText(tr("No account configured."));
|
||||
ui->_buttonAdd->setEnabled(false);
|
||||
|
||||
connect(AccountManager::instance(), SIGNAL(accountChanged(Account*,Account*)), this, SLOT(slotAccountChanged(Account*,SAccount*)));
|
||||
connect(AccountManager::instance(), SIGNAL(accountChanged(Account*,Account*)),
|
||||
this, SLOT(slotAccountChanged(Account*,Account*)));
|
||||
slotAccountChanged(AccountManager::instance()->account(), 0);
|
||||
|
||||
setFolderList(FolderMan::instance()->map());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user