Debugger: Remove remains of QmlEngine live update feature

Change-Id: Iaa77f9d9af103046841637862b8aacdc6b0342c7
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
hjk
2015-09-18 09:41:17 +02:00
parent 374f84acc7
commit e298500379
4 changed files with 2 additions and 74 deletions

View File

@@ -37,7 +37,6 @@
namespace Debugger {
namespace Internal {
bool adjustBreakpointLineAndColumn(const QString &filePath, quint32 *line, quint32 *column, bool *valid);
void appendDebugOutput(QtMsgType type, const QString &message, const QmlDebug::QDebugContextInfo &info);
void clearExceptionSelection();