mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
Remove now unused disguiseTabWidget
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
37c77d81ec
commit
564be17ce4
2 changed files with 0 additions and 10 deletions
|
@ -1718,14 +1718,6 @@ void AccountSettings::initializeE2eEncryptionSettingsMessage()
|
||||||
connect(actionEnableE2e, &QAction::triggered, this, &AccountSettings::slotE2eEncryptionGenerateKeys);
|
connect(actionEnableE2e, &QAction::triggered, this, &AccountSettings::slotE2eEncryptionGenerateKeys);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AccountSettings::disguiseTabWidget() const
|
|
||||||
{
|
|
||||||
// Ensure all elements of the tab widget are hidden.
|
|
||||||
// Document mode lets the child view take up the whole view.
|
|
||||||
_ui->tabWidget->setDocumentMode(true);
|
|
||||||
_ui->tabWidget->tabBar()->hide();
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace OCC
|
} // namespace OCC
|
||||||
|
|
||||||
#include "accountsettings.moc"
|
#include "accountsettings.moc"
|
||||||
|
|
|
@ -141,8 +141,6 @@ private:
|
||||||
/// Returns the alias of the selected folder, empty string if none
|
/// Returns the alias of the selected folder, empty string if none
|
||||||
[[nodiscard]] QString selectedFolderAlias() const;
|
[[nodiscard]] QString selectedFolderAlias() const;
|
||||||
|
|
||||||
void disguiseTabWidget() const;
|
|
||||||
|
|
||||||
Ui::AccountSettings *_ui;
|
Ui::AccountSettings *_ui;
|
||||||
|
|
||||||
FolderStatusModel *_model;
|
FolderStatusModel *_model;
|
||||||
|
|
Loading…
Reference in a new issue