fix minor '=' vs '==' bug.
This commit is contained in:
parent
a9a61f5518
commit
1f18b4531a
@ -1314,7 +1314,7 @@ void PmuppGui::addVar()
|
||||
// call variable dialog
|
||||
if (fVarDlg != nullptr) {
|
||||
delete fVarDlg;
|
||||
fVarDlg == nullptr;
|
||||
fVarDlg = nullptr;
|
||||
}
|
||||
fVarDlg = new PVarDialog(collection_list, fDarkTheme);
|
||||
connect(fVarDlg, SIGNAL(check_request(QString,QVector<int>)), this, SLOT(check(QString,QVector<int>)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user