vvim / routetool

Using Google Maps API to add locations and calculate the shortest route by Traveling Salesman Algorithm
1 stars 0 forks source link

argument passed to string, without %1. Argument will not be shown #30

Open vvim opened 8 years ago

vvim commented 8 years ago

For example:

tr("Fout bij verbinding met heruitvoeren query ").arg(Q_FUNC_INFO)

should be

tr("Fout bij verbinding met heruitvoeren query in functie %1").arg(Q_FUNC_INFO)

else the argument gets lost.

I did an fgrep -n on all current cpp-files. Better edit them.

issue-30.txt