~ubuntu-branches/ubuntu/wily/mkvtoolnix/wily

« back to all changes in this revision

Viewing changes to src/mkvtoolnix-gui/util/process.h

  • Committer: Package Import Robot
  • Author(s): Christian Marillat
  • Date: 2015-04-26 10:36:27 UTC
  • mfrom: (1.1.29) (4.2.45 sid)
  • Revision ID: package-import@ubuntu.com-20150426103627-k53p8hrai2ynikaa
Tags: 7.8.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
};
21
21
 
22
22
class Process;
23
 
typedef std::shared_ptr<Process> ProcessPtr;
 
23
using ProcessPtr = std::shared_ptr<Process>;
24
24
 
25
25
class Process: public QObject {
26
26
  Q_OBJECT;