##// END OF EJS Templates
changes on the gresb class, several methods and parameters added
changes on the gresb class, several methods and parameters added

File last commit:

r5:ead10fa095b7 default
r6:fb2c374505d0 default
Show More
bridge.h
18 lines | 211 B | text/x-c | CLexer
#ifndef BRIDGE_H
#define BRIDGE_H
#include <QWidget>
class bridge : public QWidget
{
Q_OBJECT
public:
explicit bridge(QWidget *parent = 0);
signals:
public slots:
};
#endif // BRIDGE_H