Show
Ignore:
Timestamp:
01/15/06 17:36:23 (3 years ago)
Author:
edmanm
Message:

Check in a bulk of the asynchronous event handling code. Some work remains.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/control/controlreply.cpp

    r59 r90  
    5454} 
    5555 
     56/** Returns the status of the first line in the reply */ 
     57QString 
     58ControlReply::getStatus() 
     59{ 
     60  return getLine().getStatus(); 
     61} 
     62