[Lprof-devel] lprof/src/lprofqt slots.cpp,1.5.2.4,1.5.2.5
Brought to you by:
hvengel
From: Amit K. <ami...@us...> - 2009-07-07 22:09:39
|
Update of /cvsroot/lprof/lprof/src/lprofqt In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15386/lprofqt Modified Files: Tag: GSoC-2009 slots.cpp Log Message: Changes made to make help working in lprof Index: slots.cpp =================================================================== RCS file: /cvsroot/lprof/lprof/src/lprofqt/slots.cpp,v retrieving revision 1.5.2.4 retrieving revision 1.5.2.5 diff -C2 -d -r1.5.2.4 -r1.5.2.5 *** slots.cpp 1 Jul 2009 18:34:02 -0000 1.5.2.4 --- slots.cpp 7 Jul 2009 22:09:30 -0000 1.5.2.5 *************** *** 1132,1138 **** { zeroProgressBars(); ! QString temp = QString::fromLocal8Bit("/lprof-help.html"); ! QString path = global_help_path.append(temp); ! // qDebug(path.toLocal8Bit()); help->openAssistant (); help->showPage(path); --- 1132,1137 ---- { zeroProgressBars(); ! QString path = global_help_path + QString::fromLocal8Bit("/lprof-help.html"); ! // qDebug(path.toLocal8Bit()); help->openAssistant (); help->showPage(path); |