[Kmyirc-cvs] kmyirc-ng/src kmisocket.cpp,1.1,1.2 kmisocket.h,1.1,1.2
Status: Alpha
Brought to you by:
shermann
From: <sta...@us...> - 2003-05-11 20:22:14
|
Update of /cvsroot/kmyirc/kmyirc-ng/src In directory sc8-pr-cvs1:/tmp/cvs-serv15367 Modified Files: kmisocket.cpp kmisocket.h Log Message: * Removed readLine() (using QIODevice's one now) Index: kmisocket.cpp =================================================================== RCS file: /cvsroot/kmyirc/kmyirc-ng/src/kmisocket.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- kmisocket.cpp 11 May 2003 20:09:14 -0000 1.1 +++ kmisocket.cpp 11 May 2003 20:22:08 -0000 1.2 @@ -19,10 +19,4 @@ { } -QString KMISocket::readLine() -{ - //Not implemented yet - return QString::null; -} - #include "kmisocket.moc" Index: kmisocket.h =================================================================== RCS file: /cvsroot/kmyirc/kmyirc-ng/src/kmisocket.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- kmisocket.h 11 May 2003 20:09:14 -0000 1.1 +++ kmisocket.h 11 May 2003 20:22:09 -0000 1.2 @@ -20,7 +20,6 @@ public: KMISocket( ); ~KMISocket( ); - virtual QString readLine(); }; #endif |