QmlProfilerTraceClient: Cleanup

Move private members into d pointer, remove unused signal,
rename clearView() method & clear() signal to clearData(), dataCleared()

Change-Id: I0baf78107861a469185c736fc448b4d3a7929cdd
Reviewed-on: http://codereview.qt.nokia.com/2691
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Kai Koehne
2011-08-05 12:58:43 +02:00
parent c7f6c06dcb
commit 478ba05474
4 changed files with 85 additions and 59 deletions

View File

@@ -163,7 +163,7 @@ Rectangle {
}
}
onClear: {
onDataCleared: {
root.clearAll();
}