Ticket #30269: patch-ApplicationWindow.diff

File patch-ApplicationWindow.diff, 1.4 KB (added by nicos_pavlov@…, 13 years ago)
  • qtiplot/src/core/ApplicationWindow.cpp

    old new  
    173173#include <QVarLengthArray>
    174174#include <QList>
    175175#include <QUrl>
    176 #include <QAssistantClient>
     176//#include <QAssistantClient>
    177177#include <QFontComboBox>
    178178#include <QSpinBox>
    179179#include <QMdiArea>
     
    347347        insertTranslatedStrings();
    348348        disableToolbars();
    349349
    350         assistant = new QAssistantClient( QString(), this );
     350        //assistant = new QAssistantClient( QString(), this );
    351351
    352352        connect(tablesDepend, SIGNAL(activated(int)), this, SLOT(showTable(int)));
    353353
     
    1132511325        }
    1132611326
    1132711327        QStringList cmdLst = QStringList() << "-profile" << profilePath;
    11328         QAssistantClient *assist = new QAssistantClient( QString(), 0);
    11329         assist->setArguments( cmdLst );
    11330         assist->showPage(helpPath);
    11331         connect(assist, SIGNAL(assistantClosed()), qApp, SLOT(quit()) );
     11328        //QAssistantClient *assist = new QAssistantClient( QString(), 0);
     11329        //assist->setArguments( cmdLst );
     11330        //assist->showPage(helpPath);
     11331        //connect(assist, SIGNAL(assistantClosed()), qApp, SLOT(quit()) );
    1133211332}
    1133311333
    1133411334void ApplicationWindow::showHelp()
     
    1135911359        }
    1136011360
    1136111361        QStringList cmdLst = QStringList() << "-profile" << profilePath;
    11362         assistant->setArguments( cmdLst );
    11363         assistant->showPage(helpFilePath);
     11362        //assistant->setArguments( cmdLst );
     11363        //assistant->showPage(helpFilePath);
    1136411364}
    1136511365
    1136611366void ApplicationWindow::showPlotWizard()