Also remove redudant code for minimizing to tray
This commit is contained in:
committed by
Jonathan White
parent
405b82588b
commit
9261d8ae9d
@@ -58,6 +58,12 @@ DatabaseOpenWidget::~DatabaseOpenWidget()
|
||||
{
|
||||
}
|
||||
|
||||
void DatabaseOpenWidget::showEvent(QShowEvent* event)
|
||||
{
|
||||
DialogyWidget::showEvent(event);
|
||||
m_ui->editPassword->setFocus();
|
||||
}
|
||||
|
||||
void DatabaseOpenWidget::load(const QString& filename)
|
||||
{
|
||||
m_filename = filename;
|
||||
|
||||
Reference in New Issue
Block a user