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

Method setFileName

gui/codeeditor.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 void setError(int errorLine, const QStringList &symbols);
113
114 void setFileName(const QString &fileName) {
115 mFileName = fileName;
116 }
117
118 const QString& getFileName() const {
119 return mFileName;

Callers 5

determineVersionMethod · 0.45
updateDetailsMethod · 0.45
createMethod · 0.45
openMethod · 0.45
parseClangErrorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected