mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
knetattach: force emision of the toggled() signal for the create button
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ff20fd54c7
commit
8fc853bcb3
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ KNetAttach::KNetAttach( QWidget* parent )
|
||||||
|
|
||||||
void KNetAttach::slotPageChanged(int)
|
void KNetAttach::slotPageChanged(int)
|
||||||
{
|
{
|
||||||
|
// force emision of the toggled() signal
|
||||||
|
_createIcon->setChecked(false);
|
||||||
|
// and the check state
|
||||||
_createIcon->setChecked(true);
|
_createIcon->setChecked(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue