Added note.

This commit is contained in:
Martin Rotter 2015-12-02 14:00:19 +01:00
parent aa62b7feaa
commit 94dfc7c346
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ class ServiceRoot : public RootItem {
virtual void start() = 0;
virtual void stop() = 0;
// Returns the UNIQUE code of the given service.
// NOTE: Keep in sync with ServiceEntryRoot::code().
virtual QString code() = 0;
// This method should prepare messages for given "item" (download them maybe?)