--------------------------------------------------------------------------
| 104 | |
| 105 | // -------------------------------------------------------------------------- |
| 106 | void ctkFileLogger::setFilePath(const QString& filePath) |
| 107 | { |
| 108 | Q_D(ctkFileLogger); |
| 109 | d->FilePath = filePath; |
| 110 | } |
| 111 | |
| 112 | // -------------------------------------------------------------------------- |
| 113 | int ctkFileLogger::numberOfFilesToKeep()const |
no outgoing calls