~ubuntu-branches/ubuntu/vivid/akonadi/vivid

« back to all changes in this revision

Viewing changes to server/src/dbustracer.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-11-11 17:38:58 UTC
  • mfrom: (1.1.46)
  • Revision ID: package-import@ubuntu.com-20131111173858-kltz6s4ebjishfej
Tags: 1.10.80-0ubuntu1
* New upstream release
 - Update install files
 - Update disable_dbus_requiring_tests.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    void connectionDataInput( const QString &identifier, const QString &msg );
52
52
    void connectionDataOutput( const QString &identifier, const QString &msg );
53
53
    void signalEmitted( const QString &signalName, const QString &msg );
54
 
    void warningEmitted( const QString& componentName, const QString &msg );
55
 
    void errorEmitted( const QString& componentName, const QString &msg );
 
54
    void warningEmitted( const QString &componentName, const QString &msg );
 
55
    void errorEmitted( const QString &componentName, const QString &msg );
56
56
};
57
57
 
58
58
}