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

Method setPath

gui/application.h:84–86  ·  view source on GitHub ↗

* @brief Set application path. * @param path Application path. */

Source from the content-addressed store, hash-verified

82 * @param path Application path.
83 */
84 void setPath(const QString &path) {
85 mPath = path;
86 }
87
88 /**
89 * @brief Set application command line parameters.

Callers 3

okMethod · 0.45
loadSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected