[Lprof-devel] lprof/src/gammaqt setgamma.cpp,1.30,1.30.2.1
Brought to you by:
hvengel
From: Amit K. <ami...@us...> - 2009-06-30 00:00:44
|
Update of /cvsroot/lprof/lprof/src/gammaqt In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20052/gammaqt Modified Files: Tag: GSoC-2009 setgamma.cpp Log Message: Index: setgamma.cpp =================================================================== RCS file: /cvsroot/lprof/lprof/src/gammaqt/setgamma.cpp,v retrieving revision 1.30 retrieving revision 1.30.2.1 diff -C2 -d -r1.30 -r1.30.2.1 *** setgamma.cpp 20 Apr 2008 19:01:15 -0000 1.30 --- setgamma.cpp 30 Jun 2009 00:00:09 -0000 1.30.2.1 *************** *** 60,63 **** --- 60,64 ---- #include <qvalidator.h> + #include <QFileDialog> static PROFILERDATA sys; Q3ButtonGroup* RGB_button_group; |