Changeset 202 for trunk/src/control/controlreply.cpp
- Timestamp:
- 01/28/06 01:54:20 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/control/controlreply.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/control/controlreply.cpp
r90 r202 41 41 } 42 42 43 /** Returns the requested line from this reply */ 43 44 ReplyLine 44 45 ControlReply::getLine(int idx) … … 61 62 } 62 63 64 /** Returns the message of the first line in the reply */ 65 QString 66 ControlReply::getMessage() 67 { 68 return getLine().getMessage(); 69 } 70
