mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
knetattach: format and indent
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0ecf46034e
commit
e1736b0918
1 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@ KNetAttach::KNetAttach( QWidget* parent )
|
|||
connect( this, SIGNAL(currentIdChanged(int)), this, SLOT(slotPageChanged(int)) );
|
||||
setWindowIcon(KIcon("knetattach"));
|
||||
setOption(HaveHelpButton, true);
|
||||
//setResizeMode(Fixed); FIXME: make the wizard fixed-geometry
|
||||
// setResizeMode(Fixed); FIXME: make the wizard fixed-geometry
|
||||
button(FinishButton)->setEnabled(false);
|
||||
KConfig crecent( "krecentconnections", KConfig::NoGlobals );
|
||||
KConfigGroup recent(&crecent, "General");
|
||||
|
@ -78,17 +78,17 @@ KNetAttach::KNetAttach( QWidget* parent )
|
|||
_encoding->setCurrentIndex(codecForLocaleIdx != -1 ? codecForLocaleIdx : 0);
|
||||
}
|
||||
|
||||
void KNetAttach::slotPageChanged( int )
|
||||
void KNetAttach::slotPageChanged(int)
|
||||
{
|
||||
updateFinishButtonText(true);
|
||||
}
|
||||
|
||||
void KNetAttach::slotHelpClicked()
|
||||
{
|
||||
KToolInvocation::invokeHelp(QString(), "knetattach" );
|
||||
KToolInvocation::invokeHelp(QString(), "knetattach");
|
||||
}
|
||||
|
||||
void KNetAttach::setInformationText( const QString &type )
|
||||
void KNetAttach::setInformationText(const QString &type)
|
||||
{
|
||||
QString text;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue