~guillaume-chereau/stellarium/no-partial-draw

« back to all changes in this revision

Viewing changes to plugins/MeteorShowers/src/MeteorShowers.cpp

  • Committer: Alexander Wolf
  • Date: 2014-03-16 13:09:18 UTC
  • Revision ID: alex.v.wolf@gmail.com-20140316130918-qqrrwik3qqph7d2k
fixed Windows-specific issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "StelModuleMgr.hpp"
29
29
#include "StelTextureMgr.hpp"
30
30
#include "StelJsonParser.hpp"
31
 
#include "StelIniParser.hpp"
32
31
#include "StelFileMgr.hpp"
33
32
#include "LabelMgr.hpp"
34
33
#include "LandscapeMgr.hpp"
56
55
#include <QTimer>
57
56
#include <QVariant>
58
57
#include <QVariantMap>
 
58
#include <QSettings>
59
59
 
60
60
#define CATALOG_FORMAT_VERSION 1 /* Version of format of catalog */
61
61