diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 11:22:47 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 11:22:47 +0000 |
| commit | 5fdaf91db6314d971563bd8cd32dd65e8b45862b (patch) | |
| tree | 07d23a12a76a09840d6b49a56283cc2f4d05774b /examples/GuiClient/vCardCache.h | |
| parent | a6eead7cb98e59045ec513889a86c715abb06188 (diff) | |
| download | qxmpp-5fdaf91db6314d971563bd8cd32dd65e8b45862b.tar.gz | |
use uniform function names
Diffstat (limited to 'examples/GuiClient/vCardCache.h')
| -rw-r--r-- | examples/GuiClient/vCardCache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h index 707144f1..5e2a4886 100644 --- a/examples/GuiClient/vCardCache.h +++ b/examples/GuiClient/vCardCache.h @@ -44,8 +44,8 @@ public: QImage getAvatar(const QString& bareJid) const; QXmppVCardIq& getVCard(const QString& bareJid); - void loadAllFromCache(); - void saveToCache(const QString& bareJid); + void loadFromFile(); + void saveToFile(const QString& bareJid); signals: void vCardReadyToUse(const QString& bareJid); |
