Add white space after double slashes in tst_qprogressbar and Q_OS_MACOS
Add white space after double slashes in tst_qprogressbar.cpp where missing. Change Q_OS_MAC for Q_OS_MACOS Change-Id: Ifa7876e7de008ccbb6bcd2ee038e3f35416ed84b Reviewed-by: Magdalena Stojek <magdalena.stojek@qt.io> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
parent
e965d8a3ab
commit
5229cba24f
@ -254,7 +254,7 @@ void tst_QProgressBar::setMinMaxRepaint()
|
||||
QTRY_VERIFY(pbar.repainted);
|
||||
}
|
||||
}
|
||||
#endif //Q_OS_MAC
|
||||
#endif // Q_OS_MACOS
|
||||
|
||||
void tst_QProgressBar::sizeHint()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user