summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/parser.h
Side-by-side diff
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
@@ -23,10 +23,13 @@ namespace OpieTooth {
bool m_complete:1;
bool m_ok;
bool m_classOver:1;
+ bool m_profOver:1;
bool m_protocolOver:1;
bool m_protocolAdded:1;
QString m_protName;
int m_protId;
+ QString m_profName;
+ int m_profId;
};
};