summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opieconfig.h
Unidiff
Diffstat (limited to 'libopie2/opiecore/opieconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/opieconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopie2/opiecore/opieconfig.h b/libopie2/opiecore/opieconfig.h
index 011ac86..e3eaec0 100644
--- a/libopie2/opiecore/opieconfig.h
+++ b/libopie2/opiecore/opieconfig.h
@@ -55,7 +55,8 @@ class OpieConfig
55 55
56#ifndef QWS 56#ifndef QWS
57 void setGroup( const QString& key); 57 void setGroup( const QString& key);
58 bool hasKey ( const QString & key ) const; 58 bool hasKey ( const QString & key ) const;
59 void write() {}; // FIXME: did not find the docu... what shall I do here?
59#endif 60#endif
60 61
61 /** 62 /**