Changeset - fffccd972bd4
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-05-25 13:11:42
hy@ozderya.net
fixed segmentation fault, member order is important during initialization
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
mainwindow.h
Show inline comments
 
@@ -64,9 +64,9 @@ private:
 

	
 
    QDialog aboutDialog;
 
    void setupAboutDialog();
 
    PortControl portControl;
 

	
 
    QSerialPort serialPort;
 
    PortControl portControl;
 

	
 
    unsigned int numOfSamples;
 
    unsigned int numOfChannels;
0 comments (0 inline, 0 general)