-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 @@ -10,9 +10,9 @@ namespace OpieTooth { * Services lets shows you all available services * on a remote device */ class Services { - + public: /** The profile descriptor * */ class ProfileDescriptor{ @@ -69,8 +69,9 @@ namespace OpieTooth { QString m_id; int m_idInt; int m_version; }; + public: /** * Protocol Descriptor */ class ProtocolDescriptor { |