~ubuntu-branches/ubuntu/karmic/kid3/karmic

« back to all changes in this revision

Viewing changes to kid3/oggfile.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-05-20 16:12:30 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090520161230-qetp532r8ydujkz2
Tags: upstream-1.2
Import upstream version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
         *
378
378
         * @param name name
379
379
         * @param value value, "" to remove, QString::null to do nothing
 
380
         * @param type frame type
380
381
         */
381
 
        void setTextField(const QString& name, const QString& value);
 
382
        void setTextField(const QString& name, const QString& value,
 
383
                          Frame::Type type);
382
384
 
383
385
        /** Comments of this file. */
384
386
        CommentList m_comments;