Changeset 5189 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jun 9, 2013, 12:36:46 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5187 r5189  
    21732173                  SLOT(slotNewPosition(bncTime, double, double, double)));
    21742174        }
    2175 
     2175#ifdef QT_WEBKIT
    21762176        if (_mapWin) {
    21772177          disconnect(thread, SIGNAL(newPosition(bncTime, double, double, double)),
     
    21802180                  _mapWin, SLOT(slotNewPosition(bncTime, double, double, double)));
    21812181        }
    2182 
     2182#endif
    21832183        break;
    21842184      }
Note: See TracChangeset for help on using the changeset viewer.