equal
deleted
inserted
replaced
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 |