~ubuntu-branches/ubuntu/wily/kid3/wily

« back to all changes in this revision

Viewing changes to src/plugins/oggflacmetadata/oggflacmetadataplugin.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2015-05-12 18:56:41 UTC
  • mfrom: (1.1.19) (2.3.3 sid)
  • Revision ID: package-import@ubuntu.com-20150512185641-hgeys2pingwq9mwn
Tags: 3.2.1-1
* New upstream release.
  - Add new build dependency qt4-dev-tools.
* Uploading to unstable.
* Switch to DEP5 debian/copyright format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
  /**
82
82
   * Create a tagged file.
83
83
   *
84
 
   * @param dirName directory name
 
84
   * @param key tagged file key
85
85
   * @param fileName filename
86
86
   * @param idx model index
87
87
   * @param features optional tagged file features (TaggedFile::Feature flags)
91
91
   */
92
92
  virtual TaggedFile* createTaggedFile(
93
93
      const QString& key,
94
 
      const QString& dirName, const QString& fileName,
 
94
      const QString& fileName,
95
95
      const QPersistentModelIndex& idx,
96
96
      int features = 0);
97
97