summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/parser.cc
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/lib/parser.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/parser.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/noncore/net/opietooth/lib/parser.cc b/noncore/net/opietooth/lib/parser.cc
index 00ec84a..0699309 100644
--- a/noncore/net/opietooth/lib/parser.cc
+++ b/noncore/net/opietooth/lib/parser.cc
@@ -122,5 +122,4 @@ bool Parser::parseClassId( const QString& str) {
return true;
- }else if ( m_classOver ) { // ok now are the informations in place
+ }else if ( m_classOver && str.startsWith(" " ) ){ // ok now are the informations in place
- m_classOver = false;
@@ -134,4 +133,3 @@ bool Parser::parseClassId( const QString& str) {
qWarning("ids %d", ids );
- m_item.setClassIdList( classes );
- m_item.setClassIdList( ids );
+ m_item.insertClassId( ids, classes );
@@ -139,3 +137,3 @@ bool Parser::parseClassId( const QString& str) {
}else
- m_classOver = true;
+ m_classOver = false;
return false;