~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/core/taskmanager.h

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  int StartTask(const QString& name);
43
43
  void SetTaskBlocksLibraryScans(int id);
44
44
  void SetTaskProgress(int id, int progress, int max = 0);
 
45
  void IncreaseTaskProgress(int id, int progress, int max = 0);
45
46
  void SetTaskFinished(int id);
 
47
  int GetTaskProgress(int id);
46
48
 
47
49
signals:
48
50
  void TasksChanged();