Chris@1203: /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ Chris@1203: Chris@1203: /* Chris@1203: Sonic Visualiser Chris@1203: An audio file viewer and annotation editor. Chris@1203: Centre for Digital Music, Queen Mary, University of London. Chris@1203: Chris@1203: This program is free software; you can redistribute it and/or Chris@1203: modify it under the terms of the GNU General Public License as Chris@1203: published by the Free Software Foundation; either version 2 of the Chris@1203: License, or (at your option) any later version. See the file Chris@1203: COPYING included with this distribution for more information. Chris@1203: */ Chris@1203: Chris@1203: #ifndef SV_STRINGS_H Chris@1203: #define SV_STRINGS_H Chris@1203: Chris@1203: #include Chris@1203: Chris@1203: class Strings Chris@1203: { Chris@1203: public: Chris@1203: static QString pi; Chris@1203: static QString minus_pi; Chris@1203: Chris@1203: static QString infinity; Chris@1203: static QString minus_infinity; Chris@1203: }; Chris@1203: Chris@1203: #endif