Mercurial > hg > svcore
comparison base/StringBits.h @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | 64ef24ebb19c |
children | 21c792334c2e |
comparison
equal
deleted
inserted
replaced
1324:d4a28d1479a8 | 1527:710e6250a401 |
---|---|
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 |