~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to messagelist/widget.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-02-06 11:49:08 UTC
  • mfrom: (0.2.38)
  • Revision ID: package-import@ubuntu.com-20130206114908-eb7adh9xp54jk7gi
Tags: 4:4.10.0a-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
{
64
64
public:
65
65
  Private( Widget *owner )
66
 
    : q( owner ), mXmlGuiClient( 0 ) { }
 
66
    : q( owner ), mLastSelectedMessage(-1), mXmlGuiClient( 0 ) { }
67
67
 
68
68
  Akonadi::Item::List selectionAsItems() const;
69
69
  Akonadi::Item itemForRow( int row ) const;