summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/parser.h
Unidiff
Diffstat (limited to 'noncore/net/opietooth/lib/parser.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opietooth/lib/parser.h b/noncore/net/opietooth/lib/parser.h
index 7642ac3..520a725 100644
--- a/noncore/net/opietooth/lib/parser.h
+++ b/noncore/net/opietooth/lib/parser.h
@@ -20,15 +20,18 @@ namespace OpieTooth {
20 bool parseClassId( const QString& ); 20 bool parseClassId( const QString& );
21 bool parseProtocol( const QString& id ); 21 bool parseProtocol( const QString& id );
22 bool parseProfile( const QString& ) ; 22 bool parseProfile( const QString& ) ;
23 bool m_complete:1; 23 bool m_complete:1;
24 bool m_ok; 24 bool m_ok;
25 bool m_classOver:1; 25 bool m_classOver:1;
26 bool m_profOver:1;
26 bool m_protocolOver:1; 27 bool m_protocolOver:1;
27 bool m_protocolAdded:1; 28 bool m_protocolAdded:1;
28 QString m_protName; 29 QString m_protName;
29 int m_protId; 30 int m_protId;
31 QString m_profName;
32 int m_profId;
30 }; 33 };
31}; 34};
32 35
33 36
34#endif 37#endif