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

« back to all changes in this revision

Viewing changes to server/src/cachecleaner.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:
36
36
      Creates a new cache cleaner thread.
37
37
      @param parent The parent object.
38
38
    */
39
 
    CacheCleaner( QObject* parent = 0 );
 
39
    CacheCleaner( QObject *parent = 0 );
40
40
 
41
41
    ~CacheCleaner();
42
42