Changeset - e2263e508598
[Not reviewed]
Mehmet Aslan - 7 years ago 2019-03-24 10:11:44
aaslan-mehmet@hotmail.com
Some functions changed to private from public. Since using this functions externally does not update gui elements. Their functionality only limited in defined class.
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/portcontrol.h
Show inline comments
 
@@ -76,7 +76,7 @@ private:
 
    /// Returns currently selected flow control as text to be saved in settings
 
    QString currentFlowControlText();
 

	
 
public slots:
 
private slots:
 
    void loadPortList();
 
    void loadBaudRateList();
 
    void togglePort();
 
@@ -88,7 +88,6 @@ public slots:
 
    void selectStopBits(int stopBits); // stopBits must be one of QSerialPort::StopBits
 
    void selectFlowControl(int flowControl); // flowControl must be one of QSerialPort::FlowControl
 

	
 
private slots:
 
    void openActionTriggered(bool checked);
 
    void onCbPortListActivated(int index);
 
    void onTbPortListActivated(int index);
0 comments (0 inline, 0 general)