mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Remove unnecessary currentIndexChanged signal in database widget.
This commit is contained in:
parent
3b603f685a
commit
89f138a868
3 changed files with 1 additions and 8 deletions
|
@ -185,11 +185,6 @@ void DatabaseWidget::switchToMasterKeyChange()
|
|||
setCurrentIndex(3);
|
||||
}
|
||||
|
||||
void DatabaseWidget::setCurrentIndex(int index) {
|
||||
QStackedWidget::setCurrentIndex(index);
|
||||
Q_EMIT currentIndexChanged(index);
|
||||
}
|
||||
|
||||
bool DatabaseWidget::dbHasKey()
|
||||
{
|
||||
return m_db->hasKey();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue