MCPcopy Create free account
hub / github.com/commontk/CTK / setFilePath

Method setFilePath

Libs/Core/ctkFileLogger.cpp:106–110  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls