QTableWidget: fix spelling error
Change-Id: Ifd6f116a214d13328ccf0d070ef4517a3b53bf25 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>bb10
parent
443a98e881
commit
915fa58060
|
|
@ -1525,7 +1525,7 @@ QTableWidgetItem &QTableWidgetItem::operator=(const QTableWidgetItem &other)
|
|||
\snippet qtablewidget-resizing/mainwindow.cpp 0
|
||||
\snippet qtablewidget-resizing/mainwindow.cpp 1
|
||||
|
||||
Items are created ouside the table (with no parent widget) and inserted
|
||||
Items are created outside the table (with no parent widget) and inserted
|
||||
into the table with setItem():
|
||||
|
||||
\snippet qtablewidget-resizing/mainwindow.cpp 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue