~neon/kiten/master

« back to all changes in this revision

Viewing changes to lib/dictfile.h

  • Committer: Laurent Montel
  • Date: 2019-09-12 06:56:51 UTC
  • Revision ID: git-v1:88453e4f356fe0b3dd3f1845de3804969cdaf6c6
Use nullptr + override

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
     * @param config the KConfigSkeleton object that is currently in use
119
119
     * @param parent the parent widget for your preferences dialog
120
120
     */
121
 
    virtual DictionaryPreferenceDialog *preferencesWidget( KConfigSkeleton *config, QWidget *parent = NULL )
 
121
    virtual DictionaryPreferenceDialog *preferencesWidget( KConfigSkeleton *config, QWidget *parent = nullptr )
122
122
                            { Q_UNUSED( parent ); Q_UNUSED( config ); return NULL; }
123
123
    /**
124
124
     * Load information from the KConfigSkeleton that you've setup in