[Lprof-devel] lprof/src/IDqt profileid.cpp,1.20.2.2,1.20.2.3
Brought to you by:
hvengel
From: Amit K. <ami...@us...> - 2009-07-07 22:09:34
|
Update of /cvsroot/lprof/lprof/src/IDqt In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15386/IDqt Modified Files: Tag: GSoC-2009 profileid.cpp Log Message: Changes made to make help working in lprof Index: profileid.cpp =================================================================== RCS file: /cvsroot/lprof/lprof/src/IDqt/profileid.cpp,v retrieving revision 1.20.2.2 retrieving revision 1.20.2.3 diff -C2 -d -r1.20.2.2 -r1.20.2.3 *** profileid.cpp 5 Jul 2009 20:33:17 -0000 1.20.2.2 --- profileid.cpp 7 Jul 2009 22:09:30 -0000 1.20.2.3 *************** *** 151,155 **** void ProfileID::slotHelpButton() { ! QString path = get_global_help_path() + QString::fromLocal8Bit("/help/profile-id.html"); // qDebug(path); getHelp()->openAssistant (); --- 151,155 ---- void ProfileID::slotHelpButton() { ! QString path = get_global_help_path() + QString::fromLocal8Bit("/profile-id.html"); // qDebug(path); getHelp()->openAssistant (); |