-rw-r--r-- | noncore/net/opietooth/lib/services.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/opietooth/lib/services.h b/noncore/net/opietooth/lib/services.h index 7cce5e1..02629e6 100644 --- a/noncore/net/opietooth/lib/services.h +++ b/noncore/net/opietooth/lib/services.h @@ -8,13 +8,13 @@ namespace OpieTooth { /** * Services lets shows you all available services * on a remote device */ class Services { - + public: /** The profile descriptor * */ class ProfileDescriptor{ public: /** typedef */ @@ -67,12 +67,13 @@ namespace OpieTooth { // friend bool operator==(const ProfileDescriptor&, const ProfileDescriptor& ); private: QString m_id; int m_idInt; int m_version; }; + public: /** * Protocol Descriptor */ class ProtocolDescriptor { public: typedef QValueList<ProtocolDescriptor> ValueList; |