[Lprof-devel] lprof/src/checkerqt profilecheckerbase.ui, 1.25, 1.25.2.1
Brought to you by:
hvengel
From: Amit K. <ami...@us...> - 2009-06-25 14:56:10
|
Update of /cvsroot/lprof/lprof/src/checkerqt In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1511/checkerqt Modified Files: Tag: GSoC-2009 profilecheckerbase.ui Log Message: I have made changes in src/libqtlcmswidgets/qtlcmswidgets.cpp , src/libqtlcmswidgets/qtlcmswidgets.h , src/checkerqt/profilecheckerbase.ui Index: profilecheckerbase.ui =================================================================== RCS file: /cvsroot/lprof/lprof/src/checkerqt/profilecheckerbase.ui,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -C2 -d -r1.25 -r1.25.2.1 *** profilecheckerbase.ui 1 Feb 2009 20:04:01 -0000 1.25 --- profilecheckerbase.ui 25 Jun 2009 13:32:06 -0000 1.25.2.1 *************** *** 1,6 **** ! <ui version="4.0" > <class>ProfileCheckerBase</class> ! <widget class="QDialog" name="ProfileCheckerBase" > ! <property name="geometry" > <rect> <x>0</x> --- 1,7 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <ui version="4.0"> <class>ProfileCheckerBase</class> [...1649 lines suppressed...] *** 902,910 **** </customwidgets> <includes> ! <include location="local" >qtlcmswidgets.h</include> ! <include location="local" >qtlcmswidgets.h</include> </includes> <resources> ! <include location="../../lprof.qrc" /> </resources> <connections/> --- 877,885 ---- </customwidgets> <includes> ! <include location="local">qtlcmswidgets.h</include> ! <include location="local">qtlcmswidgets.h</include> </includes> <resources> ! <include location="../../lprof.qrc"/> </resources> <connections/> |