~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to src/gui/StelDialog.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2009-03-13 20:07:22 UTC
  • mfrom: (1.1.8 upstream)
  • mto: (11.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20090313200722-gbgujsmzsa8a02ty
Import upstream version 0.10.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
//! Base class for all the GUI windows in stellarium
27
27
class StelDialog : public QObject
28
28
{
29
 
        Q_OBJECT;
 
29
        Q_OBJECT
30
30
public:
31
31
        StelDialog();
32
32
        virtual ~StelDialog();