https://bugs.kde.org/show_bug.cgi?id=382164
Bug ID: 382164
Summary: ExpandingTree::scrollTo() takes const QModelIndex as
1st argument
Product: kdevplatform
Version: 5.1.1
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: quickopen
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 106520
--> https://bugs.kde.org/attachment.cgi?id=106520&action=edit
probable fix
I'm seeing the occasional error on my calling terminal:
```
QMetaObject::invokeMethod: No such method
ExpandingTree::scrollTo(QModelIndex,QAbstractItemView::ScrollHint)
```
I think this is because of the way `CreateOutlineDialog::finish()` invokes the
scrollTo method (at least I haven't found other locations where the method is
called like this).
--
You are receiving this mail because:
You are watching all bug changes.