Formatting, typos

This commit is contained in:
Klaus Basan
2015-11-01 21:09:55 +01:00
committed by Mathew Sutcliffe
parent 15b8363e30
commit 23b310ac9b
7 changed files with 7 additions and 10 deletions

View File

@@ -33,10 +33,9 @@ namespace BlackGui
QWidgetList tlw = topLevelApplicationWidgetsWithName();
for (QWidget *w : tlw)
{
// best coice is to check on frameless window
// best choice is to check on frameless window
CEnableForFramelessWindow *mw = dynamic_cast<CEnableForFramelessWindow *>(w);
if (mw && mw->isMainApplicationWindow()) { return mw; }
}
return nullptr;
}