~bi0ha2ard/stellarium/planes

« back to all changes in this revision

Viewing changes to plugins/Satellites/src/Satellite.hpp

  • Committer: bi0ha2ard
  • Date: 2014-07-20 13:59:24 UTC
  • mfrom: (6529.3.362 trunk)
  • Revision ID: bi0ha2ard-20140720135924-61d4o8bp4qhs9bg7
merge stellarium 0.13.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <QDateTime>
24
24
#include <QFont>
25
25
#include <QList>
26
 
#include <QOpenGLFunctions_1_2>
27
26
#include <QSharedPointer>
28
27
#include <QString>
29
28
#include <QStringList>
32
31
#include "StelObject.hpp"
33
32
#include "StelTextureTypes.hpp"
34
33
#include "StelSphereGeometry.hpp"
35
 
 
36
 
#include "StelPainter.hpp"
37
34
#include "gSatWrapper.hpp"
38
35
 
39
36
 
86
83
//! 
87
84
//! Thanks to operator<() overloading, container classes (QList, QMap, etc)
88
85
//! with Satellite or SatelliteP objects can be sorted by satellite name/ID.
89
 
class Satellite : public StelObject, protected QOpenGLFunctions_1_2
 
86
class Satellite : public StelObject
90
87
{
91
88
        friend class Satellites;
92
89
        friend class SatellitesDialog;