forked from qt-creator/qt-creator
debugger: get rid of the private header dependency
Removed the CanvasFrameRate class as it is not used, and depends on private Qt API
This commit is contained in:
@@ -42,8 +42,6 @@
|
||||
#include "watchhandler.h"
|
||||
#include "watchutils.h"
|
||||
|
||||
#include "canvasframerate.h"
|
||||
|
||||
#include <projectexplorer/environment.h>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
@@ -64,9 +62,6 @@
|
||||
#include <QtNetwork/QTcpSocket>
|
||||
#include <QtNetwork/QHostAddress>
|
||||
|
||||
#include <private/qdeclarativedebug_p.h>
|
||||
#include <private/qdeclarativedebugclient_p.h>
|
||||
|
||||
#define DEBUG_QML 1
|
||||
#if DEBUG_QML
|
||||
# define SDEBUG(s) qDebug() << s
|
||||
|
||||
Reference in New Issue
Block a user