~neon/klickety/master

« back to all changes in this revision

Viewing changes to src/gameview.h

  • Committer: Friedrich W. H. Kossebau
  • Date: 2020-12-31 15:07:29 UTC
  • Revision ID: git-v1:207690953dcba5aebc6cbe4dbc4852d18c0c53f2
Change last Q_DECL_OVERRIDE to override

GIT_SILENT

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        explicit GameView( QGraphicsScene* scene, QWidget* parent = nullptr );
24
24
    protected:
25
25
        /** Reimplemented for notifying game scene of the resize event */
26
 
        void resizeEvent( QResizeEvent *event ) Q_DECL_OVERRIDE;
 
26
        void resizeEvent( QResizeEvent *event ) override;
27
27
};
28
28
 
29
29
#endif // GAMEVIEW_H