typos fixed

This commit is contained in:
Uwe Rathmann 2017-07-30 14:30:50 +02:00
parent aa5f1054b2
commit e169645ac5
3 changed files with 4 additions and 4 deletions

View File

@ -246,7 +246,7 @@ void QskListViewSkinlet::updateForegroundNodes(
} }
} }
updateVisisbleForegroundNodes( listView, listViewNode, updateVisibleForegroundNodes( listView, listViewNode,
rowMin, rowMax, colMin, colMax, margins, forwards ); rowMin, rowMax, colMin, colMax, margins, forwards );
// finally putting the nodes into their position // finally putting the nodes into their position
@ -278,7 +278,7 @@ void QskListViewSkinlet::updateForegroundNodes(
listViewNode->resetRows( rowMin, rowMax ); listViewNode->resetRows( rowMin, rowMax );
} }
void QskListViewSkinlet::updateVisisbleForegroundNodes( void QskListViewSkinlet::updateVisibleForegroundNodes(
const QskListView* listView, QskListViewNode* listViewNode, const QskListView* listView, QskListViewNode* listViewNode,
int rowMin, int rowMax, int colMin, int colMax, const QMarginsF& margins, int rowMin, int rowMax, int colMin, int colMax, const QMarginsF& margins,
bool forward ) const bool forward ) const

View File

@ -45,7 +45,7 @@ private:
void updateForegroundNodes( const QskListView*, QskListViewNode* ) const; void updateForegroundNodes( const QskListView*, QskListViewNode* ) const;
void updateBackgroundNodes( const QskListView*, QskListViewNode* ) const; void updateBackgroundNodes( const QskListView*, QskListViewNode* ) const;
void updateVisisbleForegroundNodes( void updateVisibleForegroundNodes(
const QskListView*, QskListViewNode*, const QskListView*, QskListViewNode*,
int rowMin, int rowMax, int colMin, int colMax, int rowMin, int rowMax, int colMin, int colMax,
const QMarginsF& margin, bool forward ) const; const QMarginsF& margin, bool forward ) const;

View File

@ -143,7 +143,7 @@ void QskStackBoxAnimator1::setup()
if ( i == 1 ) if ( i == 1 )
{ {
// now move the new item outside of // 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 ) if ( orientation == Qt::Horizontal )
item->setX( stackBox->width() ); item->setX( stackBox->width() );