Changeset 2803 for vidalia/trunk/src
- Timestamp:
- 06/26/08 23:38:42 (6 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/src/torcontrol/tcglobal.cpp (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/src/torcontrol/tcglobal.cpp
r2780 r2803 20 20 namespace tc { 21 21 22 /* *Creates a new message using <b>fmt</b> and a severity level of22 /* Creates a new message using <b>fmt</b> and a severity level of 23 23 * QtDebugMsg. */ 24 24 DebugMessage … … 28 28 } 29 29 30 /* *Creates a new message using <b>fmt</b> and a severity level of30 /* Creates a new message using <b>fmt</b> and a severity level of 31 31 * QtWarningMsg. */ 32 32 DebugMessage … … 36 36 } 37 37 38 /* *Creates a new message using <b>fmt</b> and a severity level of38 /* Creates a new message using <b>fmt</b> and a severity level of 39 39 * QtCriticalMsg. */ 40 40 DebugMessage … … 44 44 } 45 45 46 /* *Creates a new message using <b>fmt</b> and a severity level of46 /* Creates a new message using <b>fmt</b> and a severity level of 47 47 * QtFatalMsg. */ 48 48 DebugMessage … … 52 52 } 53 53 54 /* *Converts <b>str</b> to a ConnectionStatusReason enum value. */54 /* Converts <b>str</b> to a ConnectionStatusReason enum value. */ 55 55 ConnectionStatusReason 56 56 toConnectionStatusReason(const QString &str) … … 79 79 } 80 80 81 /* * DOCDOC*/81 /* Converts <b>str</b> to a Severity enum value. */ 82 82 Severity 83 83 toSeverity(const QString &str)
