Skip to content
Snippets Groups Projects
Commit 5001982e authored by Kai Koehne's avatar Kai Koehne
Browse files

QtSupport: Remove unused code


Change-Id: I6971b8889052e26f00badf759b4b7872092f8ab2
Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
parent 72496c2d
No related branches found
No related tags found
No related merge requests found
......@@ -102,9 +102,6 @@ void QtOutputFormatter::appendMessage(const QString &txt, Utils::OutputFormat fo
cursor.movePosition(QTextCursor::End);
cursor.beginEditBlock();
QString text = txt;
text.remove(QLatin1Char('\r'));
QString deferedText;
int start = 0;
......
......@@ -82,7 +82,6 @@ private:
QRegExp m_qtTestFail;
QWeakPointer<ProjectExplorer::Project> m_project;
QString m_lastLine;
QString m_deferedText;
Utils::FileInProjectFinder m_projectFinder;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment