Changeset 357
- Timestamp:
- 02/26/06 04:49:03 (3 years ago)
- Location:
- trunk/src
- Files:
-
- 3 modified
-
control/controlsocket.cpp (modified) (1 diff)
-
control/controlsocket.h (modified) (2 diffs)
-
util/compat.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/control/controlsocket.cpp
r356 r357 22 22 /** 23 23 * \file controlsocket.cpp 24 * \version $Id: mainwindow.h 351 2006-02-26 08:27:19Z edmanm$24 * \version $Id: $ 25 25 */ 26 26 -
trunk/src/control/controlsocket.h
r356 r357 22 22 /** 23 23 * \file controlsocket.h 24 * \version $Id: mainwindow.h 351 2006-02-26 08:27:19Z edmanm$24 * \version $Id: $ 25 25 */ 26 26 … … 41 41 * isn't any data to read, we want to return anyway. */ 42 42 #define READ_TIMEOUT 250 43 43 44 44 45 class ControlSocket : public QTcpSocket 45 46 { -
trunk/src/util/compat.cpp
r356 r357 21 21 22 22 /** 23 * \file mainwindow.h23 * \file compat.cpp 24 24 * \version $Id$ 25 25 *
