Changeset 1172 in ntrip


Ignore:
Timestamp:
Oct 27, 2008, 3:59:08 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1171 r1172  
    6565
    6666  connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)),
    67           this, SLOT(slotMessage(QByteArray)));
     67          this, SLOT(slotWindowMessage(QByteArray)));
    6868
    6969  // Create Actions
     
    732732// Display Program Messages
    733733////////////////////////////////////////////////////////////////////////////
    734 void bncWindow::slotMessage(const QByteArray msg) {
     734void bncWindow::slotWindowMessage(const QByteArray msg) {
    735735
    736736  const int maxBufferSize = 10000;
  • trunk/BNC/bncwindow.h

    r1171 r1172  
    6060
    6161  private slots:
    62     void slotMessage(const QByteArray msg);
     62    void slotWindowMessage(const QByteArray msg);
    6363    void slotHelp();
    6464    void slotAbout();
Note: See TracChangeset for help on using the changeset viewer.