~ubuntu-branches/ubuntu/quantal/akonadi/quantal

« back to all changes in this revision

Viewing changes to server/src/handler/login.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-09 12:09:55 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20120709120955-cvb1n863nouela0c
Tags: 1.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  m_streamParser->readUntilCommandEnd();
40
40
 
41
41
  successResponse( "User logged in" );
42
 
  emit connectionStateChange( Authenticated );
 
42
  Q_EMIT connectionStateChange( Authenticated );
43
43
  return true;
44
44
}
45
45