Skip to content

Commit

Permalink
Change a QList to a QVector
Browse files Browse the repository at this point in the history
  • Loading branch information
02JanDal committed Nov 15, 2013
1 parent 1dbefe8 commit d5f41d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SqlInsert.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ struct InsertExpr
return queryBuilder();
}

QList<ColumnValue> values;
QVector<ColumnValue> values;
bool useDefaultValues;
};

Expand Down

0 comments on commit d5f41d1

Please sign in to comment.