| 72 connect (ui->wad_del, SIGNAL (clicked()), this, SLOT (delPath())); |
72 connect (ui->wad_del, SIGNAL (clicked()), this, SLOT (delPath())); |
| 73 connect (ui->buttonBox, SIGNAL (clicked (QAbstractButton*)), this, |
73 connect (ui->buttonBox, SIGNAL (clicked (QAbstractButton*)), this, |
| 74 SLOT (buttonPressed (QAbstractButton*))); |
74 SLOT (buttonPressed (QAbstractButton*))); |
| 75 connect (ui->m_editVersions, SIGNAL (clicked()), this, SLOT (editBinaries())); |
75 connect (ui->m_editVersions, SIGNAL (clicked()), this, SLOT (editBinaries())); |
| 76 connect (ui->m_editVersions_2, SIGNAL (clicked()), this, SLOT (editBinaries())); |
76 connect (ui->m_editVersions_2, SIGNAL (clicked()), this, SLOT (editBinaries())); |
| 77 setWindowTitle (fmt (APPNAME " %1", versionString())); |
77 setWindowTitle (versionSignature()); |
| 78 } |
78 } |
| 79 |
79 |
| 80 // ============================================================================= |
80 // ============================================================================= |
| 81 // ----------------------------------------------------------------------------- |
81 // ----------------------------------------------------------------------------- |
| 82 ConfigBox::~ConfigBox() { |
82 ConfigBox::~ConfigBox() { |