~petr-kubanek/stellarium/stellarium

« back to all changes in this revision

Viewing changes to plugins/TextUserInterface/src/TextUserInterface.hpp

  • Committer: Georg Zotti
  • Date: 2017-05-16 11:21:44 UTC
  • mfrom: (8454.1.100 SoCiS2016)
  • Revision ID: georg.zotti@univie.ac.at-20170516112144-mckvrgf8acksrghd
Merge-in SoCiS2016: Irregular solar system objects, RemoteSync plugin, Scenery3D improvements. Big merge, and raises Qt requirement to Qt5.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
public:
106
106
        virtual StelModule* getStelModule() const;
107
107
        virtual StelPluginInfo getPluginInfo() const;
 
108
        virtual QObjectList getExtensionList() const { return QObjectList(); }
108
109
};
109
110
 
110
111
#endif /*_TEXTUSERINTERFACE_HPP_*/