~timo-jyrinki/libaccounts-qt/rebuild_against_qt521

« back to all changes in this revision

Viewing changes to Accounts/provider.cpp

  • Committer: Tarmac
  • Author(s): Alberto Mardegan
  • Date: 2013-10-16 05:07:35 UTC
  • mfrom: (132.1.2 packaging)
  • Revision ID: tarmac-20131016050735-3j6no1qsfi4pnee8
New upstream release.

Approved by PS Jenkins bot, Ken VanDine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
}
154
154
 
155
155
/*!
 
156
 * @return Whether the provider supports creating one account at most.
 
157
 */
 
158
bool Provider::isSingleAccount() const
 
159
{
 
160
    return ag_provider_get_single_account(m_provider);
 
161
}
 
162
 
 
163
/*!
156
164
 * @return The DOM of the whole XML provider file.
157
165
 */
158
166
const QDomDocument Provider::domDocument() const