Skip to content

Commit

Permalink
Simplify internal parse method signature
Browse files Browse the repository at this point in the history
It is always called with an argument.
  • Loading branch information
steveire committed Jul 20, 2019
1 parent 7cf2b31 commit ed36366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lib/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ParserPrivate
Parses the template to create a Nodelist.
The given @p parent is the parent of each node in the returned list.
*/
NodeList parse(QObject *parent, const QStringList &stopAt = QStringList());
NodeList parse(QObject *parent, const QStringList &stopAt);

void openLibrary(TagLibraryInterface *library);
Q_DECLARE_PUBLIC(Parser)
Expand Down

0 comments on commit ed36366

Please sign in to comment.