From kde-commits Sun May 31 22:33:18 2009 From: Allen Winter Date: Sun, 31 May 2009 22:33:18 +0000 To: kde-commits Subject: KDE/kdepimlibs/mailtransport (silent) Message-Id: <1243809198.510236.15669.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124386172727516 SVN commit 976114 by winterz: tiny coding style fix SVN_SILENT: M +1 -1 transport.cpp --- trunk/KDE/kdepimlibs/mailtransport/transport.cpp #976113:976114 @@ -169,7 +169,7 @@ // to reentrancy problems in KDBusServiceStarter when an application // run in Kontact creates the transports (due to a QEventLoop in the // synchronous KWallet openWallet call). - QTimer::singleShot(0, this, SLOT(readPassword())); + QTimer::singleShot( 0, this, SLOT(readPassword()) ); } } }