Changeset 8252 in ntrip for trunk/BNC/src/rinex/graphwin.h


Ignore:
Timestamp:
Jan 10, 2018, 1:16:12 PM (6 years ago)
Author:
stoecker
Message:

see #105 - reenable Qt4 build options, drop generic version dependend includes, replace by direct requirements, remaining QtCore lines should also be replaced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/graphwin.h

    r8231 r8252  
    2626#define GRAPHWIN_H
    2727
    28 #include <QtCore>
    29 #include <QtWidgets>
    30 #include <QtPrintSupport/QPrinter>
    31 #include <QtPrintSupport/QPrintDialog>
     28#include <QByteArray>
     29#include <QDialog>
     30#include <QPrinter>
     31#include <QPrintDialog>
    3232#include <qwt_color_map.h>
    3333#include <qwt_plot.h>
Note: See TracChangeset for help on using the changeset viewer.