diff -r b04270301d3b -r 64a47b97e1e1 logsui/logscntfinder/tsrc/pt_logscntfinder/src/main.cpp --- a/logsui/logscntfinder/tsrc/pt_logscntfinder/src/main.cpp Wed Jun 23 18:13:05 2010 +0300 +++ b/logsui/logscntfinder/tsrc/pt_logscntfinder/src/main.cpp Tue Jul 06 14:16:36 2010 +0300 @@ -42,9 +42,9 @@ PT_LogsCntFinderQwerty pt_LogsCntFinderQwerty( samples ); resultFileName = "c:/data/others/pt_logscntfinderqwerty.txt"; - QStringList args_logsCntFinderQwertry( "PT_LogsCntFinderQwerty"); - args_logsCntFinder << "-o" << resultFileName; - QTest::qExec(&pt_LogsCntFinderQwerty, args_logsCntFinderQwertry); + QStringList args_logsCntFinderQwerty( "PT_LogsCntFinderQwerty"); + args_logsCntFinderQwerty << "-o" << resultFileName; + QTest::qExec(&pt_LogsCntFinderQwerty, args_logsCntFinderQwerty); return 0; }