~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/qtui/chatviewsearchcontroller.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
class SearchHighlightItem : public QObject, public QGraphicsItem {
93
93
  Q_OBJECT
 
94
#if QT_VERSION >= 0x040600
 
95
  Q_INTERFACES(QGraphicsItem)
 
96
#endif
94
97
 
95
98
public:
96
99
  SearchHighlightItem(QRectF wordRect, QGraphicsItem *parent = 0);