/[svn]/qsampler/trunk/src/qsamplerOptionsForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptionsForm.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4037 by capela, Fri Mar 4 15:17:30 2022 UTC revision 4038 by capela, Sun May 15 18:43:41 2022 UTC
# Line 48  OptionsForm::OptionsForm ( QWidget* pPar Line 48  OptionsForm::OptionsForm ( QWidget* pPar
48          : QDialog(pParent)          : QDialog(pParent)
49  {  {
50          m_ui.setupUi(this);          m_ui.setupUi(this);
51    #if QT_VERSION < QT_VERSION_CHECK(6, 1, 0)
52            QDialog::setWindowIcon(QIcon(":/images/qsampler.png"));
53    #endif
54          // No settings descriptor initially (the caller will set it).          // No settings descriptor initially (the caller will set it).
55          m_pOptions = nullptr;          m_pOptions = nullptr;
56    

Legend:
Removed from v.4037  
changed lines
  Added in v.4038

  ViewVC Help
Powered by ViewVC