Advertisement
Guest User

SerialPortSettings

a guest
Aug 1st, 2019
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include "SerialPortSettings.h"
  2.  
  3.  
  4.  
  5. SerialPortSettings::SerialPortSettings()
  6. {
  7.   setupUi(this);
  8. }
  9.  
  10.  
  11. SerialPortSettings::~SerialPortSettings()
  12. {
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement