src/hbcore/utils/hbwsiniparser_p.cpp
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 21 4633027730f5
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    21 ** If you have questions regarding the use of this file, please contact
    21 ** If you have questions regarding the use of this file, please contact
    22 ** Nokia at developer.feedback@nokia.com.
    22 ** Nokia at developer.feedback@nokia.com.
    23 **
    23 **
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
       
    26 #include "hbwsiniparser_p.h"
    26 #include <QFile>
    27 #include <QFile>
    27 #include <QTextStream>
    28 #include <QTextStream>
    28 #include <QStringList>
    29 #include <QStringList>
    29 #include <QMap>
    30 #include <QMap>
    30 
       
    31 #include "hbwsiniparser_p.h"
       
    32 
    31 
    33 #define WSINI_PARSE_ENTRY(keyword, func) { keyword, &HbWsiniParser::call_##func }
    32 #define WSINI_PARSE_ENTRY(keyword, func) { keyword, &HbWsiniParser::call_##func }
    34 
    33 
    35 const HbWsiniParser::ParserEntry HbWsiniParser::mParseTable[] = 
    34 const HbWsiniParser::ParserEntry HbWsiniParser::mParseTable[] = 
    36     {
    35     {