[rkward-cvs] rkward/rkward/scriptbackends scriptbackend.h,1.1,1.2

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Sep 29 16:02:53 UTC 2005


Update of /cvsroot/rkward/rkward/rkward/scriptbackends
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6449/rkward/scriptbackends

Modified Files:
	scriptbackend.h 
Log Message:
Code cleanups, focus: replacing "" with QString::null / QString.isEmpty (). Fix credits

Index: scriptbackend.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/scriptbackends/scriptbackend.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** scriptbackend.h	18 Aug 2004 12:14:25 -0000	1.1
--- scriptbackend.h	29 Sep 2005 16:02:51 -0000	1.2
***************
*** 47,51 ****
  	
  	QString retrieveOutput () { return _output; };
! 	void resetOutput () { _output = ""; };
  signals:
  	void commandDone (int);
--- 47,51 ----
  	
  	QString retrieveOutput () { return _output; };
! 	void resetOutput () { _output = QString::null; };
  signals:
  	void commandDone (int);





More information about the rkward-tracker mailing list