diff --git a/src/portcontrol.h b/src/portcontrol.h --- a/src/portcontrol.h +++ b/src/portcontrol.h @@ -67,6 +67,8 @@ private: /// Returns the currently selected (entered) "portName" in the UI QString selectedPortName(); + /// Returns currently selected parity as text to be saved in settings + QString currentParityText(); public slots: void loadPortList();