VHISTlib
1.84.0.3018
|
00001 /* $HEADERS 00002 Author: Michael May 00003 $Id: quote.h 2179 2011-06-24 09:03:24Z ahuesgen $ 00004 */ 00005 00006 #ifndef QUOTE_INCLUDED 00007 #define QUOTE_INCLUDED 00008 00009 #include "../shared/misc_defines.h" 00010 00011 #include <QString> 00012 #include <QStringList> 00013 00014 00015 namespace vhist 00016 { 00017 00018 QString VHIST_EXTERN quoteString(const QString& str, bool supportVariables); 00019 QStringList VHIST_EXTERN quoteStringList(const QStringList& list, 00020 bool supportVariables); 00021 00022 } // namespace 00023 00030 #endif // QUOTE_INCLUDED 00031