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:
Olivier Goffart
2010-08-10 10:10:39 +02:00
parent b15a0a5a0f
commit 9df9695a7f
7 changed files with 1 additions and 680 deletions

View File

@@ -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