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

« back to all changes in this revision

Viewing changes to server/src/debuginterface.h

  • 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:
33
33
  public:
34
34
    explicit DebugInterface( QObject *parent = 0 );
35
35
 
36
 
  public slots:
 
36
  public Q_SLOTS:
37
37
    Q_SCRIPTABLE QString tracer() const;
38
38
    Q_SCRIPTABLE void setTracer( const QString &tracer );
39
39