~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/collectionmodel_p.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
using namespace Akonadi;
41
41
 
42
 
 
43
42
void CollectionModelPrivate::collectionRemoved( const Akonadi::Collection &collection )
44
43
{
45
44
  Q_Q( CollectionModel );
189
188
//         break;
190
189
//       }
191
190
 
192
 
 
193
191
      if ( collections.contains( colId ) || colId == Collection::root().id() ) {
194
192
        QModelIndex parentIndex = indexForId( colId );
195
193
        int currentChildCount = childCollections.value( colId ).size();
222
220
  }
223
221
}
224
222
 
225
 
 
226
223
QModelIndex CollectionModelPrivate::indexForId( Collection::Id id, int column ) const
227
224
{
228
225
  Q_Q( const CollectionModel );