diff options
Diffstat (limited to 'src/knutrwvar.cpp')
-rwxr-xr-x | src/knutrwvar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knutrwvar.cpp b/src/knutrwvar.cpp index d42858b..5d1e726 100755 --- a/src/knutrwvar.cpp +++ b/src/knutrwvar.cpp @@ -191,7 +191,7 @@ void KNutRWVar::slotOk() { if (!(error = m_upsNet->setVariable(m_rWVarBox->currentText(), value, m_lineEditName->text(),m_lineEditPassword->text(),false))) { // vzhledem k asynchronimu spracovani asi zbytecne // myUpsNet->getUpsValues(true); - emit signalChangeRWVars(m_rWVarBox->currentText());//emits command for loading of variable and tqrepaint of panel + emit signalChangeRWVars(m_rWVarBox->currentText());//emits command for loading of variable and repaint of panel (*m_oldUserName) = m_lineEditName->text(); (*m_oldUserPassword) = m_lineEditPassword->text(); @@ -204,7 +204,7 @@ void KNutRWVar::slotOk() { // next line isn't needed, maybe // vzhledem k asynchronimu spracovani asi zbytecne // myUpsNet->getUpsValues(true); - emit signalChangeRWVars(m_rWVarBox->currentText()); //emits command for loading of variable and tqrepaint of panel + emit signalChangeRWVars(m_rWVarBox->currentText()); //emits command for loading of variable and repaint of panel accept(); } } |