Changeset 90 for trunk/src/control/controlreply.cpp
- Timestamp:
- 01/15/06 17:36:23 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/control/controlreply.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/control/controlreply.cpp
r59 r90 54 54 } 55 55 56 /** Returns the status of the first line in the reply */ 57 QString 58 ControlReply::getStatus() 59 { 60 return getLine().getStatus(); 61 } 62
