Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 448 → Rev 449

/QMK-Groundstation/branches/libMK/Forms/dlg_LCD.h
30,7 → 30,7
 
public:
dlg_LCD(QWidget *parent = 0);
void show_Data(int *Data);
void show_Data(char * data);
};
 
#endif // DLG_LCD_H