Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 336 → Rev 337

/QMK-Groundstation/trunk/Forms/dlg_Motortest.h
22,7 → 22,7
#include <QObject>
 
#include "ui_dlg_Motortest.h"
//#include "../global.h"
#include "../global.h"
 
class dlg_Motortest : public QDialog, public Ui::dlg_Motortest_UI
{
36,7 → 36,7
void slot_Motortest(int Wert);
 
signals:
void updateMotor(int Motor1, int Motor2, int Motor3, int Motor4);
void updateMotor(sMotor Motor);
};
 
#endif