tools/xmlpatterns/main.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    78  \internal
    78  \internal
    79  \since 4.4
    79  \since 4.4
    80  Represents the name and value found in "-param name=value".
    80  Represents the name and value found in "-param name=value".
    81  */
    81  */
    82 typedef QPair<QString, QString> Parameter;
    82 typedef QPair<QString, QString> Parameter;
    83 Q_DECLARE_METATYPE(Parameter);
    83 Q_DECLARE_METATYPE(Parameter)
    84 
    84 
    85 /*!
    85 /*!
    86  \internal
    86  \internal
    87  \since 4.4
    87  \since 4.4
    88  For the -output switch.
    88  For the -output switch.
    89  */
    89  */
    90 Q_DECLARE_METATYPE(QIODevice *);
    90 Q_DECLARE_METATYPE(QIODevice *)
    91 
    91 
    92 /*!
    92 /*!
    93  \class PatternistApplicationParser
    93  \class PatternistApplicationParser
    94  \brief Subclass to handle -param name=value
    94  \brief Subclass to handle -param name=value
    95  \internal
    95  \internal