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

« back to all changes in this revision

Viewing changes to server/src/storagejanitor.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:
32
32
{
33
33
  Q_OBJECT
34
34
  public:
35
 
    explicit StorageJanitorThread( QObject * parent = 0 );
 
35
    explicit StorageJanitorThread( QObject *parent = 0 );
36
36
  protected:
37
37
    virtual void run();
38
38
};
45
45
  Q_OBJECT
46
46
  Q_CLASSINFO( "D-Bus Interface", "org.freedesktop.Akonadi.Janitor" )
47
47
  public:
48
 
    explicit StorageJanitor(QObject* parent = 0);
 
48
    explicit StorageJanitor( QObject *parent = 0 );
49
49
    ~StorageJanitor();
50
50
 
51
51
  public Q_SLOTS: