Ignore:
Timestamp:
May 23, 2023, 9:23:19 AM (11 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r9854 r10073  
    6969  _navFileNames    = settings.value("reqcNavFile").toString().split(",", QString::SkipEmptyParts);
    7070  _reqcPlotSignals = settings.value("reqcSkyPlotSignals").toString();
    71   _defaultSignalTypes << "G:1&2&5" << "R:1&2&3" << "J:1&2" << "E:1&5" << "S:1&5" << "C:2&7" << "I:5&9";
     71  _defaultSignalTypes << "G:1&2&5" << "R:1&2&3" << "J:1&2" << "E:1&5" << "S:1&5" << "C:2&6" << "I:5&9";
    7272  if (_reqcPlotSignals.isEmpty()) {
    7373    _reqcPlotSignals = _defaultSignalTypes.join(" ");
     
    7777  qRegisterMetaType< QVector<t_skyPlotData> >("QVector<t_skyPlotData>");
    7878
    79   connect(this, SIGNAL(dspSkyPlot(const QString&, QVector<t_skyPlotData>,
    80                                   const QByteArray&, double)),
    81           this, SLOT(slotDspSkyPlot(const QString&, QVector<t_skyPlotData>,
    82                                     const QByteArray&, double)));
     79  connect(this, SIGNAL(dspSkyPlot(const QString&, QVector<t_skyPlotData>, const QByteArray&, double)),
     80          this, SLOT(slotDspSkyPlot(const QString&, QVector<t_skyPlotData>, const QByteArray&, double)));
    8381
    8482  connect(this, SIGNAL(dspAvailPlot(const QString&, const QByteArray&)),
Note: See TracChangeset for help on using the changeset viewer.