[q-lang-cvs] qcalc qcalc.q,1.67,1.68
                
                Brought to you by:
                
                    agraef
                    
                
            
            
        
        
        
    | 
      
      
      From: Albert G. <ag...@us...> - 2007-11-03 22:37:48
      
     | 
| Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22499 Modified Files: qcalc.q Log Message: fix up for latest Qt/Q Index: qcalc.q =================================================================== RCS file: /cvsroot/q-lang/qcalc/qcalc.q,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** qcalc.q 3 Nov 2007 22:33:13 -0000 1.67 --- qcalc.q 3 Nov 2007 22:37:45 -0000 1.68 *************** *** 1039,1048 **** // = "text/plain"; ! /* We need to return 0 (a NULL char*) to signal the end of the list of ! supported MIME types. IMPORTANT: This requires Qt/Q >= 1.1 to work, ! otherwise the program will go into a busy loop here! */ qcalc_format SRC _ _ ! = 0 otherwise; qcalc_provides SRC _ TYPE:String --- 1039,1048 ---- // = "text/plain"; ! /* We need to return a NULL pointer to signal the end of the list of supported ! MIME types. IMPORTANT: This requires Qt/Q >= 1.1 to work, otherwise the ! program will go into a busy loop here! */ qcalc_format SRC _ _ ! = nilptr otherwise; qcalc_provides SRC _ TYPE:String |