forked from qt-creator/qt-creator
Valgrind: De-slot
Change-Id: Id72d2463201107ae53d8be3d0f3ac30ec88530a4 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
b7cd7ca66c
commit
485fa9c888
@@ -57,17 +57,14 @@ public:
|
||||
|
||||
void setMinimumInclusiveCostRatio(double ratio);
|
||||
|
||||
public slots:
|
||||
void setText(const QString &message);
|
||||
|
||||
signals:
|
||||
void functionActivated(const Valgrind::Callgrind::Function *);
|
||||
void functionSelected(const Valgrind::Callgrind::Function *);
|
||||
|
||||
protected slots:
|
||||
void populateScene();
|
||||
|
||||
protected:
|
||||
void populateScene();
|
||||
void mousePressEvent(QMouseEvent *event);
|
||||
void mouseDoubleClickEvent(QMouseEvent *event);
|
||||
void resizeEvent(QResizeEvent *event);
|
||||
|
||||
Reference in New Issue
Block a user