3.0
Last change
on this file since 71:415b45c71663 was
71:415b45c71663,
checked in by Sämy Zehnder <saemy.zehnder@…>, 12 years ago
|
- Reorganized all the libraries. libinterfaces and libgateways are removed now and libdatatypes contains now all these files.
|
File size:
697 bytes
|
Line | |
---|
1 | /* |
---|
2 | * iaccount.cpp |
---|
3 | * |
---|
4 | * Created on: Aug 24, 2009 |
---|
5 | * Author: saemy |
---|
6 | */ |
---|
7 | |
---|
8 | #include "iaccount.h" |
---|
9 | |
---|
10 | #include "istorable.h" |
---|
11 | #include "icontact.h" |
---|
12 | #include "igateway.h" |
---|
13 | |
---|
14 | QString const Account::Status::Idle = QObject::tr("Sleeping"); |
---|
15 | QString const Account::Status::Error = QObject::tr("An error occured"); |
---|
16 | QString const Account::Status::RemovingRecipients = QObject::tr("Removing old recipients"); |
---|
17 | QString const Account::Status::AddingRecipients = QObject::tr("Adding recipients %1 to %2 (of %3)"); |
---|
18 | QString const Account::Status::SendingSMS = QObject::tr("Sending sms... %1 (of %2)"); |
---|
19 | QString const Account::Status::SMSSent = QObject::tr("SMS sent"); |
---|
Note: See
TracBrowser
for help on using the repository browser.