~torkvemada/qutim/qutim-qt4-replica

« back to all changes in this revision

Viewing changes to plugins/offtherecord/src/global.h

  • Committer: Vsevolod Velichko
  • Date: 2014-05-22 20:05:25 UTC
  • Revision ID: torkvema@gmail.com-20140522200525-6diyd4fnq1kg5mvn
Cron update

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        
28
28
        qutim_sdk_0_3::Buddy *unit()
29
29
        {
30
 
                qutim_sdk_0_3::debug() << "Trying to convert TreeModelItem {"
 
30
                /*qutim_sdk_0_3::debug() << "Trying to convert TreeModelItem {"
31
31
                                       << m_protocol_name
32
32
                                       << ", "
33
33
                                       << m_account_name
34
34
                                       << ", "
35
35
                                       << m_item_name
36
 
                                       << "}";
 
36
                                       << "}";*/
37
37
                qutim_sdk_0_3::Protocol *protocol = qutim_sdk_0_3::Protocol::all().value(m_protocol_name);
38
38
                qutim_sdk_0_3::Account *account = protocol->account(m_account_name);
39
39
                Q_ASSERT(account);