CVS commit by luis_pedro: API docs fix: I had to grep around to make sure this was like this, so one might as well make it explicit. M +1 -0 resource.h 1.29 --- kdelibs/kabc/resource.h #1.28:1.29 @@ -170,4 +170,5 @@ class Resource : public KRES::Resource Releases the ticket previousely requested with requestSaveTicket(). The resource has to remove its locks in this function. + This function is also responsible for deleting the ticket. */ virtual void releaseSaveTicket( Ticket* ) = 0;