~neon/juk/master

« back to all changes in this revision

Viewing changes to coverinfo.h

  • Committer: Michael Pyne
  • Date: 2006-02-26 22:55:38 UTC
  • Revision ID: git-v1:6f6130ed099e617a8104a39a0317037dc797af2d
Since we're standardizing the source style, figured I'd throw in the Big Huge Vim Modeline
update.

All source now has a vim modeline, and all files use the same modeline (described in HACKING).

This will make it easier for vim users to stay HACKING-compatible in JuK.

svn path=/trunk/KDE/kdemultimedia/juk/; revision=513935

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    mutable coverKey m_coverKey;
66
66
    mutable bool m_needsConverting;
67
67
};
 
68
 
68
69
#endif
69
70
 
 
71
// vim: set et sw=4 tw=0 sta: