MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setVariableName

Method setVariableName

gui/qt/basiccodeviewerwindow.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void BasicCodeViewerWindow::setVariableName(const QString &name) {
270 m_variableName = name;
271 setWindowTitle(tr("Variable viewer") + QStringLiteral(" | ") + m_variableName);
272}
273
274void BasicCodeViewerWindow::setOriginalCode(const QString &code, bool reindent) {
275 m_originalCode = code;

Callers 1

varPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected