mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +00:00
[Facebook] Enable the send button on edit
Not when you press enter. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
527078e277
commit
aca8fea2a9
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ SocialNetworkDialog::SocialNetworkDialog(QWidget *parent) :
|
|||
connect(ui->Divemaster, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged);
|
||||
connect(ui->Location, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged);
|
||||
connect(ui->Notes, &QCheckBox::clicked, this, &SocialNetworkDialog::selectionChanged);
|
||||
connect(ui->album, &QLineEdit::editingFinished, this, &SocialNetworkDialog::albumChanged);
|
||||
connect(ui->album, &QLineEdit::textChanged, this, &SocialNetworkDialog::albumChanged);
|
||||
}
|
||||
|
||||
FacebookInfo::Size SocialNetworkDialog::profileSize() const
|
||||
|
|
Loading…
Add table
Reference in a new issue