Skip to content

Commit

Permalink
Added missing QList<QAction*> and QActionGroup::actions()
Browse files Browse the repository at this point in the history
  • Loading branch information
mkottman committed Aug 22, 2011
1 parent 70e5bf4 commit 58efaa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator/qtemplates.lua
Expand Up @@ -11,7 +11,8 @@ return {
qtgui = {
["QList<T>"] = { "QList<QGraphicsItem*>", "QList<int>", "QList<qreal>",
"QList<QModelIndex>", "QList<QSize>", "QList<QPolygonF>", "QList<QKeySequence>",
"QList<QUrl>", "QList<QRectF>", "QList<QImageTextKeyLang>", "QList<QTableWidgetItem*>" },
"QList<QUrl>", "QList<QRectF>", "QList<QImageTextKeyLang>", "QList<QTableWidgetItem*>",
"QList<QAction*>" },
["QVector<T>"] = { "QVector<QPointF>", "QVector<QPoint>", "QVector<QRgb>", "QVector<QLine>",
"QVector<QRectF>", "QVector<QRect>", "QVector<QTextLength>", "QVector<QGradientStop>",
"QVector<qreal>", "QVector<QColor>", "QVector<QTextFormat>", "QVector<QLineF>" },
Expand Down

0 comments on commit 58efaa7

Please sign in to comment.