comparison base/StringBits.h @ 1524:64ef24ebb19c

Some CSV format tests and minor fixes
author Chris Cannam
date Fri, 14 Sep 2018 09:25:17 +0100
parents 35499d48a5d1
children 21c792334c2e
comparison
equal deleted inserted replaced
1523:c1b2eab6ac51 1524:64ef24ebb19c
16 This is a modified version of a source file from the 16 This is a modified version of a source file from the
17 Rosegarden MIDI and audio sequencer and notation editor. 17 Rosegarden MIDI and audio sequencer and notation editor.
18 This file copyright 2000-2010 Chris Cannam. 18 This file copyright 2000-2010 Chris Cannam.
19 */ 19 */
20 20
21 #ifndef _STRING_BITS_H_ 21 #ifndef SV_STRING_BITS_H
22 #define _STRING_BITS_H_ 22 #define SV_STRING_BITS_H
23 23
24 #include <QString> 24 #include <QString>
25 #include <QStringList> 25 #include <QStringList>
26 #include <QChar> 26 #include <QChar>
27 27