signon  8.58
credentialsdb.cpp File Reference
Include dependency graph for credentialsdb.cpp:

Go to the source code of this file.

Namespaces

 SignonDaemonNS
 

Macros

#define INIT_ERROR()   ErrorMonitor errorMonitor(this)
 
#define RETURN_IF_NO_SECRETS_DB(retval)
 
#define S(s)   QLatin1String(s)
 

Macro Definition Documentation

#define RETURN_IF_NO_SECRETS_DB (   retval)
Value:
if (!isSecretsDBOpen()) { \
TRACE() << "Secrets DB is not available"; \
_lastError = noSecretsDB; return retval; \
}

Definition at line 33 of file credentialsdb.cpp.

Referenced by SignonDaemonNS::CredentialsDB::checkPassword(), SignonDaemonNS::CredentialsDB::clear(), SignonDaemonNS::CredentialsDB::removeCredentials(), and SignonDaemonNS::CredentialsDB::removeData().