comparison session.cpp @ 4:220e5619bf87

Profiles selection now fill contact list + new Jid class
author Goffi <goffi@goffi.org>
date Thu, 11 Aug 2011 00:02:25 +0200
parents fee291c8d42a
children
comparison
equal deleted inserted replaced
3:2195295a2058 4:220e5619bf87
29 { 29 {
30 if (_instance == 0) 30 if (_instance == 0)
31 _instance = new Session; 31 _instance = new Session;
32 32
33 return _instance; 33 return _instance;
34
35 } 34 }
36 35
36 QList<QString>& Session::getProfiles() {
37 return m_profiles;
38 }
39
40
41