~ubuntu-branches/ubuntu/raring/juk/raring-proposed

« back to all changes in this revision

Viewing changes to tagrenameroptions.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2013-03-05 15:12:22 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130305151222-bx3hws8fd24lrco2
Tags: 4:4.10.1-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    m_emptyAction(IgnoreEmptyTag),
27
27
    m_trackWidth(0),
28
28
    m_disabled(true),
29
 
    m_category(Unknown)
 
29
    m_category(TagUnknown)
30
30
{
31
31
}
32
32
 
177
177
        if(tagTypeText(static_cast<TagType>(i), false) == text)
178
178
            return static_cast<TagType>(i);
179
179
 
180
 
    return Unknown;
 
180
    return TagUnknown;
181
181
}
182
182
 
183
183
// vim: set et sw=4 tw=0 sta: