~ubuntu-branches/ubuntu/saucy/kvirc/saucy

« back to all changes in this revision

Viewing changes to src/kvirc/kernel/KviIrcConnectionStateData.cpp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-18 19:36:33 UTC
  • mfrom: (22.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130518193633-kuhzryg7jstqvxpr
Tags: 4:4.2.0-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        m_bSentQuit = false;
33
33
        m_bInsideInitialCapLs = false;
34
34
        m_bInsideInitialCapReq = false;
 
35
        m_bInsideInitialStartTls = false;
35
36
        m_bIgnoreOneYouHaveNotRegisteredError = false;
36
37
        m_eLoginNickNameState = UsedConnectionSpecificNickName;
37
38
        m_bSimulateUnexpectedDisconnect = false;