MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / setFilename

Method setFilename

gui/projectfile.h:417–419  ·  view source on GitHub ↗

* @brief Set filename for the project file. * @param filename Filename to use. */

Source from the content-addressed store, hash-verified

415 * @param filename Filename to use.
416 */
417 void setFilename(const QString &filename) {
418 mFilename = filename;
419 }
420
421 /** Do not only check how interface is used. Also check that interface is safe. */
422 class SafeChecks : public Settings::SafeChecks {

Calls

no outgoing calls