QTfrontend/hwform.cpp
changeset 9235 1c1580c37876
parent 9219 0a4b6bb69f99
child 9236 ddd675825672
child 9249 7b8c82785145
equal deleted inserted replaced
9234:2bf3796c5855 9235:1c1580c37876
   595 {
   595 {
   596 #ifdef USE_XFIRE
   596 #ifdef USE_XFIRE
   597     updateXfire();
   597     updateXfire();
   598 #endif
   598 #endif
   599 
   599 
       
   600 #ifdef QT_DEBUG
   600     qDebug("Leaving %s, entering %s", qPrintable(stringifyPageId(lastid)), qPrintable(stringifyPageId(id)));
   601     qDebug("Leaving %s, entering %s", qPrintable(stringifyPageId(lastid)), qPrintable(stringifyPageId(id)));
       
   602 #endif
   601     if (lastid == ID_PAGE_MAIN)
   603     if (lastid == ID_PAGE_MAIN)
   602     {
   604     {
   603         ui.pageMain->resetNetworkChoice();
   605         ui.pageMain->resetNetworkChoice();
   604     }
   606     }
   605 
   607