Changeset 1474 in ntrip for trunk/BNC/bnctabledlg.h


Ignore:
Timestamp:
Jan 17, 2009, 4:01:33 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.h

    r1459 r1474  
    4040
    4141  signals:
    42     void newCaster(QString* newCasterHost, QString* newCasterPort);
     42    void newCaster(QString newCasterHost, QString newCasterPort);
    4343
    4444  private slots:
     
    6969    void slotWhatsThis();
    7070    void slotCasterTable();
    71     void slotNewCaster(QString* newCasterHost, QString* newCasterPort);
     71    void slotNewCaster(QString newCasterHost, QString newCasterPort);
     72    void slotCasterHostChanged(const QString&);
    7273
    7374  private:
    74     QComboBox*   _casterHostLineEdit;
     75    QComboBox*   _casterHostComboBox;
    7576    QLineEdit*   _casterPortLineEdit;
    7677    QLineEdit*   _casterUserLineEdit;
Note: See TracChangeset for help on using the changeset viewer.