#ifndef SYMBOLS_H #define SYMBOLS_H #include namespace QtCSV { const QString DOUBLE_QUOTE("\""); const QString CR("\r"); const QString LF("\n"); } #endif // SYMBOLS_H