mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Spelling
This commit is contained in:
parent
57bba33fa7
commit
6340fb5591
@ -237,7 +237,7 @@ void ModelTest::index()
|
||||
*/
|
||||
void ModelTest::parent()
|
||||
{
|
||||
// Make sure the model wont crash and will return an invalid QModelIndex
|
||||
// Make sure the model won't crash and will return an invalid QModelIndex
|
||||
// when asked for the parent of an invalid index.
|
||||
Q_ASSERT( model->parent( QModelIndex() ) == QModelIndex() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user