~mardy/ubuntu-system-settings/lp1361608

« back to all changes in this revision

Viewing changes to plugins/security-privacy/trust-store-model.cpp

  • Committer: CI bot
  • Author(s): Jussi Pakkanen
  • Date: 2014-08-22 18:56:20 UTC
  • mfrom: (924.2.2 system-settings)
  • Revision ID: ps-jenkins@lists.canonical.com-20140822185620-0rkcrk3jk43ufi0u
Fix a bunch of compiler warnings. 
Approved by: Iain Lane, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
    Q_Q(TrustStoreModel);
180
180
 
181
181
    Q_ASSERT(trustStore);
182
 
    Q_ASSERT(row >= 0 && row < d->applications.count());
 
182
    Q_ASSERT(row >= 0 && row < applications.count());
183
183
 
184
184
    Application &app = applications[row];
185
185
    app.grantedFeatures.clear();