[Lprof-devel] lprof/src/checkerqt profilechecker.cpp, 1.49.2.4, 1.49.2.5
Brought to you by:
hvengel
From: Amit K. <ami...@us...> - 2009-07-07 22:09:40
|
Update of /cvsroot/lprof/lprof/src/checkerqt In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15386/checkerqt Modified Files: Tag: GSoC-2009 profilechecker.cpp Log Message: Changes made to make help working in lprof Index: profilechecker.cpp =================================================================== RCS file: /cvsroot/lprof/lprof/src/checkerqt/profilechecker.cpp,v retrieving revision 1.49.2.4 retrieving revision 1.49.2.5 diff -C2 -d -r1.49.2.4 -r1.49.2.5 *** profilechecker.cpp 5 Jul 2009 20:33:17 -0000 1.49.2.4 --- profilechecker.cpp 7 Jul 2009 22:09:30 -0000 1.49.2.5 *************** *** 873,877 **** { QString path = get_global_help_path() + QString::fromLocal8Bit("/checker.html"); ! qDebug(path.toLocal8Bit()); getHelp()->openAssistant (); getHelp()->showPage(path); --- 873,877 ---- { QString path = get_global_help_path() + QString::fromLocal8Bit("/checker.html"); ! // qDebug(path.toLocal8Bit()); getHelp()->openAssistant (); getHelp()->showPage(path); |