Skip to content

Commit

Permalink
removed use of auto
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Dec 2, 2013
1 parent 236a0ab commit b42a76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Expand Up @@ -48,7 +48,7 @@ int main(int argc,char *argv[])
Minutor minutor;

// Process the cmdline arguments:
auto args = app.arguments();
QStringList args = app.arguments();
size_t numArgs = args.size();
for (size_t i = 0; i < numArgs; i++)
{
Expand Down

0 comments on commit b42a76b

Please sign in to comment.