[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:
committed by
Dirk Hohndel
parent
527078e277
commit
aca8fea2a9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user