- finished invitation dialog (delete and deleteall now work)

- some cleanup on the trayicon code
- fixed crash on exit
- dnssd support 

svn path=/trunk/KDE/kdenetwork/krfb/; revision=655612
This commit is contained in:
Alessandro Praduroux
2007-04-18 21:42:12 +00:00
parent fc4be7c478
commit f36b9aca9b
14 changed files with 116 additions and 55 deletions

View File

@@ -31,6 +31,7 @@ public:
int activeInvitations();
void removeInvitation(const Invitation &inv);
void removeAllInvitations();
const QList<Invitation> &invitations();