kopia lustrzana https://gitlab.com/eliggett/wfview
Removed unused variable.
rodzic
fb65109800
commit
a981f973fc
|
@ -17,7 +17,6 @@ wfmain::wfmain(const QString serialPortCL, const QString hostCL, QWidget *parent
|
|||
|
||||
setWindowIcon(QIcon( QString(":resources/wfview.png")));
|
||||
ui->setupUi(this);
|
||||
theParent = parent;
|
||||
|
||||
setWindowTitle(QString("wfview"));
|
||||
|
||||
|
|
1
wfmain.h
1
wfmain.h
|
@ -461,7 +461,6 @@ private:
|
|||
void openRig();
|
||||
void powerRigOff();
|
||||
void powerRigOn();
|
||||
QWidget * theParent;
|
||||
QStringList portList;
|
||||
QString serialPortRig;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue