| 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; |
no outgoing calls
no test coverage detected