aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/accountsCache.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-09 12:42:27 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-09 12:42:27 +0000
commitb5673fedbf810314b78d7c29102792fa7aca6b6c (patch)
tree09beb36212815540f94821068e34f04ce6371f5c /examples/GuiClient/accountsCache.h
parentf0ede78d1a4cd607d478d7e10df97e33af15ce8f (diff)
downloadqxmpp-b5673fedbf810314b78d7c29102792fa7aca6b6c.tar.gz
correct eol
Diffstat (limited to 'examples/GuiClient/accountsCache.h')
-rw-r--r--examples/GuiClient/accountsCache.h104
1 files changed, 52 insertions, 52 deletions
diff --git a/examples/GuiClient/accountsCache.h b/examples/GuiClient/accountsCache.h
index 8d7e9ee8..545a39c1 100644
--- a/examples/GuiClient/accountsCache.h
+++ b/examples/GuiClient/accountsCache.h
@@ -1,52 +1,52 @@
-/*
- * Copyright (C) 2008-2010 The QXmpp developers
- *
- * Author:
- * Manjeet Dahiya
- *
- * Source:
- * http://code.google.com/p/qxmpp
- *
- * This file is a part of QXmpp library.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- */
-
-
-#ifndef ACCOUNTSCACHE_H
-#define ACCOUNTSCACHE_H
-
-#include <QObject>
-#include <QDomElement>
-#include <QStringList>
-
-class accountsCache : public QObject
-{
- Q_OBJECT
-
-public:
- explicit accountsCache(QObject *parent);
- QStringList getBareJids();
- QString getPassword(const QString& bareJid);
-
- void addAccount(const QString& bareJid, const QString& passwd);
-
-public:
- void loadFromFile();
-
-private:
- void saveToFile();
-
- QDomDocument m_accountsDocument;
-};
-
-#endif // ACCOUNTSCACHE_H
+/*
+ * Copyright (C) 2008-2010 The QXmpp developers
+ *
+ * Author:
+ * Manjeet Dahiya
+ *
+ * Source:
+ * http://code.google.com/p/qxmpp
+ *
+ * This file is a part of QXmpp library.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ */
+
+
+#ifndef ACCOUNTSCACHE_H
+#define ACCOUNTSCACHE_H
+
+#include <QObject>
+#include <QDomElement>
+#include <QStringList>
+
+class accountsCache : public QObject
+{
+ Q_OBJECT
+
+public:
+ explicit accountsCache(QObject *parent);
+ QStringList getBareJids();
+ QString getPassword(const QString& bareJid);
+
+ void addAccount(const QString& bareJid, const QString& passwd);
+
+public:
+ void loadFromFile();
+
+private:
+ void saveToFile();
+
+ QDomDocument m_accountsDocument;
+};
+
+#endif // ACCOUNTSCACHE_H