You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vmprofiler-qt/src/qvirt_instrs.h

16 lines
309 B

#pragma once
#include "qvminspector.h"
class qvirt_instrs_t : public QObject
{
Q_OBJECT
public:
explicit qvirt_instrs_t( qvminspector_t *vminspector );
private:
Ui::QVMProfilerClass *ui;
qvminspector_t *vminspector;
private slots:
void on_expand( qtree_widget_item_t *item );
};