~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to kmail/simplestringlisteditor.h

  • 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:
90
90
  void slotDown();
91
91
 
92
92
  void slotSelectionChanged();
93
 
 
 
93
private Q_SLOTS:
 
94
  void slotContextMenu(const QPoint&);
94
95
protected:
95
96
  bool containsString( const QString & str );
96
97
  QList<QListWidgetItem*> selectedItems() const;