~ubuntu-branches/ubuntu/quantal/akonadi/quantal

« back to all changes in this revision

Viewing changes to libs/tests/imapparserbenchmark.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-09 12:09:55 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20120709120955-cvb1n863nouela0c
Tags: 1.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
class ImapParserBenchmark : public QObject
28
28
{
29
29
  Q_OBJECT
30
 
  private slots:
 
30
  private Q_SLOTS:
31
31
    void quote_data()
32
32
    {
33
33
      QTest::addColumn<QByteArray>( "input" );