~ubuntu-branches/ubuntu/karmic/quassel/karmic-security

« back to all changes in this revision

Viewing changes to src/uisupport/multilineedit.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-09-18 10:10:58 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918101058-rynq2d8oj6eqph1o
Tags: 0.5.0~rc1+vcshead090918-0ubuntu1
New git snapshot (from head since the libindicate branch was merged)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
signals:
80
80
  void textEntered(const QString &text);
 
81
  void noTextEntered();
81
82
 
82
83
protected:
83
84
  virtual void keyPressEvent(QKeyEvent * event);