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

« back to all changes in this revision

Viewing changes to src/core/config/tagconfig.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-05-05 10:39:24 UTC
  • mfrom: (1.1.17) (2.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20140505103924-9q6a67b7mespmojg
Tags: 3.1-1
* New upstream release.
  - Drop merged patch 01-desktop-keywords.

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
  static int s_index;
239
239
 
240
240
private:
241
 
  bool m_markTruncations;
242
 
  bool m_enableTotalNumberOfTracks;
243
 
  bool m_genreNotNumeric;
244
241
  QString m_commentName;
245
242
  int m_pictureNameItem;
246
243
  QStringList m_customGenres;
249
246
  int m_textEncoding;
250
247
  quint64 m_quickAccessFrames;
251
248
  int m_trackNumberDigits;
252
 
  bool m_onlyCustomGenres;
253
249
  QStringList m_pluginOrder;
254
250
  QStringList m_disabledPlugins;
255
 
 
256
251
  QStringList m_availablePlugins;
257
252
  int m_taggedFileFeatures;
 
253
  bool m_onlyCustomGenres;
 
254
  bool m_markTruncations;
 
255
  bool m_enableTotalNumberOfTracks;
 
256
  bool m_genreNotNumeric;
258
257
};
259
258
 
260
259
#endif