summaryrefslogtreecommitdiff
path: root/noncore/graphics
Unidiff
Diffstat (limited to 'noncore/graphics') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/slave/slavereciever.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/slave/slavereciever.cpp b/noncore/graphics/opie-eye/slave/slavereciever.cpp
index fb88873..941a5df 100644
--- a/noncore/graphics/opie-eye/slave/slavereciever.cpp
+++ b/noncore/graphics/opie-eye/slave/slavereciever.cpp
@@ -96,2 +96,3 @@ void SlaveReciever::recieveAnswer( const QCString& string, const QByteArray& ar)
96 stream >> inf.file; 96 stream >> inf.file;
97 inf.kind = false;
97 m_inList.append(inf); 98 m_inList.append(inf);
@@ -102,2 +103,3 @@ void SlaveReciever::recieveAnswer( const QCString& string, const QByteArray& ar)
102 inf.file = (*it); 103 inf.file = (*it);
104 inf.kind = false;
103 m_inList.append(inf); 105 m_inList.append(inf);