Changeset 3741 in ntrip


Ignore:
Timestamp:
Mar 28, 2012, 12:21:22 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/teqcdlg.cpp

    r3740 r3741  
    6363
    6464  _buttonCancel = new QPushButton(tr("Cancel"), this);
    65   connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(cancel()));
     65  connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(close()));
    6666
    6767  QHBoxLayout* buttonLayout = new QHBoxLayout;
     
    8282}
    8383
     84// Accept the Options
     85////////////////////////////////////////////////////////////////////////////
     86void teqcDlg::slotOK() {
     87
     88}
     89
     90// Whats This Help
     91////////////////////////////////////////////////////////////////////////////
     92void teqcDlg::slotWhatsThis() {
     93  QWhatsThis::enterWhatsThisMode();
     94}
  • trunk/BNC/teqcdlg.h

    r3740 r3741  
    4242
    4343  private slots:
     44    void slotOK();
     45    void slotWhatsThis();
    4446
    4547  private:
Note: See TracChangeset for help on using the changeset viewer.