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