From kde-commits Tue Nov 13 20:14:48 2007 From: Duncan Mac-Vicar Prett Date: Tue, 13 Nov 2007 20:14:48 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/protocols/qq Message-Id: <1194984888.659291.7345.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119498489902075 SVN commit 736271 by dmacvicar: initialize in the right order M +2 -2 qqprotocol.cpp --- trunk/KDE/kdenetwork/kopete/protocols/qq/qqprotocol.cpp #736270:736271 @@ -44,8 +44,8 @@ propCity("QQVCardCity", i18n("State"), QString(), Kopete::PropertyTmpl::PersistentProperty ), propStreet("QQVCardAddress", i18n("Home Address"), QString(), Kopete::PropertyTmpl::PersistentProperty ), propZipcode("QQVCardZipcode", i18n("Zipcode"), QString(), Kopete::PropertyTmpl::PersistentProperty ), - propEmail(Kopete::Global::Properties::self()->emailAddress()), - propAge("QQVCardAge", i18n("Age"), QString(), Kopete::PropertyTmpl::PersistentProperty ) + propAge("QQVCardAge", i18n("Age"), QString(), Kopete::PropertyTmpl::PersistentProperty ), + propEmail(Kopete::Global::Properties::self()->emailAddress()) { kDebug( 14210 ) ; s_protocol = this;