hello telepathy-qt4 guys - how can this happen?: Tp::PendingReady* accountManagerPendingReady; accountManagerPendingReady = m_accountManager->becomeReady(); connect( accountManagerPendingReady, SIGNAL(finished(Tp::PendingOperation*)), this, SLOT(makeSomeThingAfterGetReady()) ); ... the problem is - after first received signal I checked validAccounts and after second received signal I checked it again but then the valid accounts are not the same like after the first
ups - this was in my code
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.