8991d8b753
This was discussed over email with David. Upstream is unmaintained, but it works with these minor patches.
14 lines
330 B
C++
14 lines
330 B
C++
QAbstractItemModel API change.
|
|
|
|
--- src/stylemodel.cpp.orig 2018-11-26 11:58:44 UTC
|
|
+++ src/stylemodel.cpp
|
|
@@ -34,7 +34,8 @@ StyleModel::~StyleModel(){}
|
|
|
|
void StyleModel::flush()
|
|
{
|
|
- reset();
|
|
+ beginResetModel();
|
|
+ endResetModel();
|
|
}
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|