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