Esempio n. 1
0
void User::Purge() const
{
  NoErrorConnection conn;
  conn.Remove("users", QUERY("uid" << user.id));
  UpdateLog();
}