~petr-kubanek/stellarium/stellarium

« back to all changes in this revision

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

  • Committer: Georg Zotti
  • Date: 2017-05-22 14:27:36 UTC
  • Revision ID: georg.zotti@univie.ac.at-20170522142736-sw2kjxe3ntlwba5u
Q_NULLPTR refactoring completed for all plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        //! @param parent the node for the parent menu item
41
41
        //! @param prev the previous node in the current menu (typically shares the same parent)
42
42
        TuiNodeEnum(const QString& text, QObject* receiver, const char* method, QStringList items, 
43
 
                    QString defValue, TuiNode* parent=NULL, TuiNode* prev=NULL);
 
43
                    QString defValue, TuiNode* parent=Q_NULLPTR, TuiNode* prev=Q_NULLPTR);
44
44
        virtual TuiNodeResponse handleEditingKey(int key);
45
45
        virtual QString getDisplayText();
46
46