beautified

This commit is contained in:
Uwe Rathmann 2017-10-18 19:50:34 +02:00
parent 75395e2900
commit e746870cbb
3 changed files with 561 additions and 480 deletions

View File

@ -613,7 +613,6 @@ void QskInputPanel::touchEvent( QTouchEvent* e )
}
const auto rect = keyboardRect();
for ( const auto& tp : e->touchPoints() )
{
const auto pos = tp.pos();

File diff suppressed because it is too large Load Diff

View File

@ -146,7 +146,6 @@ QSGNode* QskInputPanelSkinlet::updatePanelNode(
const auto rowIndex = &keyRow - panelKeyData;
auto& frames = panelNode->frames[ rowIndex ];
auto& glyphs = panelNode->glyphs[ rowIndex ];
for ( const auto& keyData : keyRow )
{
const auto colIndex = &keyData - keyRow;