forked from qt-creator/qt-creator
QmlProfiler: New event list with caching, load, save
Change-Id: I640a16649156a49f2d7e7006d6b2ea38fe218620 Reviewed-on: http://codereview.qt.nokia.com/3043 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
#include <analyzerbase/ianalyzertool.h>
|
||||
#include <analyzerbase/ianalyzerengine.h>
|
||||
|
||||
#include <QtCore/QPoint>
|
||||
|
||||
namespace QmlProfiler {
|
||||
namespace Internal {
|
||||
|
||||
@@ -74,6 +76,8 @@ public slots:
|
||||
|
||||
void clearDisplay();
|
||||
|
||||
void showContextMenu(const QPoint &position);
|
||||
|
||||
signals:
|
||||
void setTimeLabel(const QString &);
|
||||
void fetchingData(bool);
|
||||
@@ -84,6 +88,8 @@ private slots:
|
||||
void attach();
|
||||
void tryToConnect();
|
||||
void connectionStateChanged();
|
||||
void showSaveDialog();
|
||||
void showLoadDialog();
|
||||
|
||||
private:
|
||||
void connectToClient();
|
||||
|
||||
Reference in New Issue
Block a user