~ubuntu-branches/ubuntu/wily/threadweaver/wily

« back to all changes in this revision

Viewing changes to src/job.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark, Scarlett Clark, José Manuel Santamaría Lema
  • Date: 2015-08-03 16:13:03 UTC
  • mfrom: (1.1.11) (5.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20150803161303-f694k1fevoojl2ia
Tags: 5.12.0-0ubuntu1
[ Scarlett Clark ]
* New upstream release

[ José Manuel Santamaría Lema ]
* Update symbols files; mark missing symbols for GCC 5 as optional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
     * counted object handled by the queue. Using it as signal parameters will amongst other things prevent thejob from being
205
205
     * memory managed and deleted.
206
206
     */
207
 
    virtual void run(JobPointer self, Thread *thread) = 0;
 
207
    virtual void run(JobPointer self, Thread *thread) Q_DECL_OVERRIDE = 0;
208
208
 
209
209
    /** @brief Perform standard tasks before starting the execution of a job.
210
210
     *