[rkward-cvs] rkward/rkward/misc multistringselector.h,1.2,1.3

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Sep 18 15:17:56 UTC 2005


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

Modified Files:
	multistringselector.h 
Log Message:
downloaded packages are now archived or deleted according to user setting. Ability to specify additional package repositories

Index: multistringselector.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/misc/multistringselector.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** multistringselector.h	11 Sep 2005 18:53:04 -0000	1.2
--- multistringselector.h	18 Sep 2005 15:17:53 -0000	1.3
***************
*** 54,58 ****
  	QPushButton* down_button;
  signals:
! /** This signal is triggered, when the "Add"-button is pressed. Connect to this to your custom slot, and add strings to the (empty) string_list. If you don't touch the string_list or set it to empty, nothing will be added to the list. Of course it does not make much sense to connect multiple slots to this signal, as only the last one called would be effective. */
  	void getNewStrings (QStringList *string_list);
  /** emitted whenever there is a change in the user selection */
--- 54,58 ----
  	QPushButton* down_button;
  signals:
! /** This signal is triggered, when the "Add"-button is pressed. Connect to this to your custom slot, and add strings to the (empty) string_list. If you don't touch the string_list or set it to empty, nothing will be added to the list. */
  	void getNewStrings (QStringList *string_list);
  /** emitted whenever there is a change in the user selection */





More information about the rkward-tracker mailing list