From e169645ac58aa53a4657c7ec678811d0dc7d3287 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 30 Jul 2017 14:30:50 +0200 Subject: [PATCH] typos fixed --- src/controls/QskListViewSkinlet.cpp | 4 ++-- src/controls/QskListViewSkinlet.h | 2 +- src/layouts/QskStackBoxAnimator.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controls/QskListViewSkinlet.cpp b/src/controls/QskListViewSkinlet.cpp index 7aac039a..fc306d8b 100644 --- a/src/controls/QskListViewSkinlet.cpp +++ b/src/controls/QskListViewSkinlet.cpp @@ -246,7 +246,7 @@ void QskListViewSkinlet::updateForegroundNodes( } } - updateVisisbleForegroundNodes( listView, listViewNode, + updateVisibleForegroundNodes( listView, listViewNode, rowMin, rowMax, colMin, colMax, margins, forwards ); // finally putting the nodes into their position @@ -278,7 +278,7 @@ void QskListViewSkinlet::updateForegroundNodes( listViewNode->resetRows( rowMin, rowMax ); } -void QskListViewSkinlet::updateVisisbleForegroundNodes( +void QskListViewSkinlet::updateVisibleForegroundNodes( const QskListView* listView, QskListViewNode* listViewNode, int rowMin, int rowMax, int colMin, int colMax, const QMarginsF& margins, bool forward ) const diff --git a/src/controls/QskListViewSkinlet.h b/src/controls/QskListViewSkinlet.h index 5a5c98ee..c4b68c5a 100644 --- a/src/controls/QskListViewSkinlet.h +++ b/src/controls/QskListViewSkinlet.h @@ -45,7 +45,7 @@ private: void updateForegroundNodes( const QskListView*, QskListViewNode* ) const; void updateBackgroundNodes( const QskListView*, QskListViewNode* ) const; - void updateVisisbleForegroundNodes( + void updateVisibleForegroundNodes( const QskListView*, QskListViewNode*, int rowMin, int rowMax, int colMin, int colMax, const QMarginsF& margin, bool forward ) const; diff --git a/src/layouts/QskStackBoxAnimator.cpp b/src/layouts/QskStackBoxAnimator.cpp index a34d5793..3d71ef15 100644 --- a/src/layouts/QskStackBoxAnimator.cpp +++ b/src/layouts/QskStackBoxAnimator.cpp @@ -143,7 +143,7 @@ void QskStackBoxAnimator1::setup() if ( i == 1 ) { // now move the new item outside of - // the visisble area and then "show" it + // the visible area and then "show" it if ( orientation == Qt::Horizontal ) item->setX( stackBox->width() );