various - fix misspellings

This commit is contained in:
Allen Winter
2020-12-16 16:49:22 -05:00
parent 666673a251
commit e41cdb6f78
3 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ private:
class QPushButton : public MyWidget
{
public:
// use const char* to silence QtCreator static analizer warnings when using const char * in tst_docks.cpp
// use const char* to silence QtCreator static analyzer warnings when using const char * in tst_docks.cpp
// We don't have QT_NO_CAST_FROM_ASCII and still it complains, so use an indirection so I can read tst_docks while
// porting to QtQuick without noise. Once the port is done feel free to change to QString.
explicit QPushButton(const char *name)