forked from blue/squawk
first prototype
This commit is contained in:
parent
494afcf2b5
commit
83a2e6af85
13 changed files with 365 additions and 244 deletions
|
@ -17,6 +17,8 @@
|
|||
*/
|
||||
|
||||
#include "account.h"
|
||||
#include "contact.h"
|
||||
#include "reference.h"
|
||||
#include <QDebug>
|
||||
|
||||
Models::Account::Account(const QMap<QString, QVariant>& data, Models::Item* parentItem):
|
||||
|
@ -267,4 +269,3 @@ void Models::Account::setPasswordType(unsigned int pt)
|
|||
{
|
||||
setPasswordType(Shared::Global::fromInt<Shared::AccountPassword>(pt));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue