summaryrefslogtreecommitdiff
path: root/noncore/graphics
authorzecke <zecke>2004-04-05 21:31:55 (UTC)
committer zecke <zecke>2004-04-05 21:31:55 (UTC)
commit6457761991ae4ec7951bbf2f628713b2f35910d8 (patch) (unidiff)
tree429835b9f45625cd1b524f87054190eb31f6480d /noncore/graphics
parent1b0c01df09d32727038812ecbf9af57bcc9c4d59 (diff)
downloadopie-6457761991ae4ec7951bbf2f628713b2f35910d8.zip
opie-6457761991ae4ec7951bbf2f628713b2f35910d8.tar.gz
opie-6457761991ae4ec7951bbf2f628713b2f35910d8.tar.bz2
initialize kind of file.. it is a static
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
@@ -95,4 +95,5 @@ void SlaveReciever::recieveAnswer( const QCString& string, const QByteArray& ar)
95 if ( string == "thumbInfo(QString)" ) { 95 if ( string == "thumbInfo(QString)" ) {
96 stream >> inf.file; 96 stream >> inf.file;
97 inf.kind = false;
97 m_inList.append(inf); 98 m_inList.append(inf);
98 }else if ( string == "thumbInfos(QStringList)" ) { 99 }else if ( string == "thumbInfos(QStringList)" ) {
@@ -101,4 +102,5 @@ void SlaveReciever::recieveAnswer( const QCString& string, const QByteArray& ar)
101 owarn << "Adding thumbinfo for file "+ *it << oendl; 102 owarn << "Adding thumbinfo for file "+ *it << oendl;
102 inf.file = (*it); 103 inf.file = (*it);
104 inf.kind = false;
103 m_inList.append(inf); 105 m_inList.append(inf);
104 } 106 }