update to ida 7.6, add builds
This commit is contained in:
14
idasdk76/plugins/qwindow/myactions.h
Normal file
14
idasdk76/plugins/qwindow/myactions.h
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#include <QtWidgets>
|
||||
|
||||
class MyActions : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MyActions(QObject *_parent) : QObject(_parent) {}
|
||||
|
||||
private slots:
|
||||
void clicked();
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user