[Lprof-devel] lprof/src/gammaqt setgamma.cpp,1.30.2.2,1.30.2.3
Brought to you by:
hvengel
From: Amit K. <ami...@us...> - 2009-07-07 22:09:35
|
Update of /cvsroot/lprof/lprof/src/gammaqt In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15386/gammaqt Modified Files: Tag: GSoC-2009 setgamma.cpp Log Message: Changes made to make help working in lprof Index: setgamma.cpp =================================================================== RCS file: /cvsroot/lprof/lprof/src/gammaqt/setgamma.cpp,v retrieving revision 1.30.2.2 retrieving revision 1.30.2.3 diff -C2 -d -r1.30.2.2 -r1.30.2.3 *** setgamma.cpp 5 Jul 2009 20:33:17 -0000 1.30.2.2 --- setgamma.cpp 7 Jul 2009 22:09:30 -0000 1.30.2.3 *************** *** 362,367 **** void SetGamma::slotHelpButton() { ! QString path = get_global_help_path() + QString::fromLocal8Bit("/help/gamma.html"); ! qDebug(path.toLocal8Bit()); getHelp()->openAssistant (); getHelp()->showPage(path); --- 362,367 ---- void SetGamma::slotHelpButton() { ! QString path = get_global_help_path() + QString::fromLocal8Bit("/gamma.html"); ! //qDebug(path.toLocal8Bit()); getHelp()->openAssistant (); getHelp()->showPage(path); |