Changeset 1172 in ntrip
- Timestamp:
- Oct 27, 2008, 3:59:08 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1171 r1172 65 65 66 66 connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)), 67 this, SLOT(slotMessage(QByteArray))); 67 this, SLOT(slotWindowMessage(QByteArray))); 68 68 69 69 // Create Actions … … 732 732 // Display Program Messages 733 733 //////////////////////////////////////////////////////////////////////////// 734 void bncWindow::slotMessage(const QByteArray msg) { 734 void bncWindow::slotWindowMessage(const QByteArray msg) { 735 735 736 736 const int maxBufferSize = 10000; -
trunk/BNC/bncwindow.h
r1171 r1172 60 60 61 61 private slots: 62 void slotMessage(const QByteArray msg); 62 void slotWindowMessage(const QByteArray msg); 63 63 void slotHelp(); 64 64 void slotAbout();
Note:
See TracChangeset
for help on using the changeset viewer.