##// END OF EJS Templates
Init
Init

File last commit:

r0:0630ec60beb0 default
r0:0630ec60beb0 default
Show More
uprobe.h
18 lines | 199 B | text/x-c | CLexer
#ifndef UPROBE_H
#define UPROBE_H
#include <QObject>
class UProbe : public QObject
{
Q_OBJECT
public:
explicit UProbe(QObject *parent = 0);
signals:
public slots:
};
#endif // UPROBE_H