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

« back to all changes in this revision

Viewing changes to src/mkvtoolnix-gui/merge_widget/attachment.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:
10
10
#include <QString>
11
11
 
12
12
class Attachment;
13
 
typedef std::shared_ptr<Attachment> AttachmentPtr;
 
13
using AttachmentPtr = std::shared_ptr<Attachment>;
14
14
 
15
15
class QStringList;
16
16