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/mainDialog.cpp | |
| parent | a6eead7cb98e59045ec513889a86c715abb06188 (diff) | |
| download | qxmpp-5fdaf91db6314d971563bd8cd32dd65e8b45862b.tar.gz | |
use uniform function names
Diffstat (limited to 'examples/GuiClient/mainDialog.cpp')
| -rw-r--r-- | examples/GuiClient/mainDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp index cf0a05e3..a1572a6c 100644 --- a/examples/GuiClient/mainDialog.cpp +++ b/examples/GuiClient/mainDialog.cpp @@ -418,8 +418,8 @@ void mainDialog::signIn() m_rosterItemModel.clear(); - m_vCardCache.loadAllFromCache(); - m_capabilitiesCache.loadAllFromCache(); + m_vCardCache.loadFromFile(); + m_capabilitiesCache.loadFromFile(); startConnection(); } |
