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


Ignore:
Timestamp:
Sep 24, 2006, 6:49:47 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.h

    r105 r191  
    33#define BNCTABLEDLG_H
    44
     5#include <QtCore>
    56#include <QtGui>
     7
     8#include "bncconst.h"
    69
    710class bncTableDlg : public QDialog {
     
    1114    bncTableDlg(QWidget* parent);
    1215    ~bncTableDlg();
     16    static t_irc getFullTable(const QString& casterHost, int casterPort,
     17                              QStringList& allLines);
    1318
    1419  signals:
    1520    void newMountPoints(QStringList* mountPoints);
    16  
     21
    1722  private slots:
    1823    virtual void accept();
Note: See TracChangeset for help on using the changeset viewer.