diff options
Diffstat (limited to 'examples/GuiClient/accountsCache.h')
| -rw-r--r-- | examples/GuiClient/accountsCache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/accountsCache.h b/examples/GuiClient/accountsCache.h index 638d8f92..1d28cd9b 100644 --- a/examples/GuiClient/accountsCache.h +++ b/examples/GuiClient/accountsCache.h @@ -10,7 +10,7 @@ class accountsCache : public QObject Q_OBJECT
public:
- explicit accountsCache(QObject *parent = 0);
+ explicit accountsCache(QObject *parent);
QStringList getBareJids();
QString getPassword(const QString& bareJid);
@@ -22,7 +22,7 @@ public: private:
void saveToFile();
- QDomElement m_accountsElement;
+ QDomDocument m_accountsDocument;
};
#endif // ACCOUNTSCACHE_H
|
