Skip to content

Commit

Permalink
fix spell_check
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Dec 8, 2020
1 parent 4dcee65 commit 8125353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/3d/qgs3dmapscene.h
Expand Up @@ -126,9 +126,9 @@ class _3D_EXPORT Qgs3DMapScene : public Qt3DCore::QEntity
//! Emitted when the scene's state has changed
void sceneStateChanged();

//! Emmited when the FPS count changes (at most every frame)
//! Emitted when the FPS count changes (at most every frame)
void fpsCountChanged( float fpsCount );
//! Emmited when the FPS counter is activated or deactivated
//! Emitted when the FPS counter is activated or deactivated
void fpsCounterEnabledChanged( bool fpsCounterEnabled );

public slots:
Expand Down
2 changes: 1 addition & 1 deletion src/app/3d/qgs3dmapcanvas.h
Expand Up @@ -93,7 +93,7 @@ class Qgs3DMapCanvas : public QWidget
//! Emitted when the the map setting is changed
void mapSettingsChanged();

//! Emmited when the FPS count changes (at most every frame)
//! Emitted when the FPS count changes (at most every frame)
void fpsCountChanged( float fpsCount );
//! Emitted when the FPS counter is enabled or disabeld
void fpsCounterEnabledChanged( bool enabled );
Expand Down

0 comments on commit 8125353

Please sign in to comment.