renamings.
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
#include <QCommonStyle>
|
||||
|
||||
#include <xqitemdelegate.h>
|
||||
#include <xqtreeview.h>
|
||||
#include <xqtreetable.h>
|
||||
#include <xqitemtype.h>
|
||||
#include <xqmodel.h>
|
||||
#include <xqviewmodel.h>
|
||||
|
||||
|
||||
class XQItemEditorFactory : public QItemEditorFactory
|
||||
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
|
||||
|
||||
XQItemDelegate::XQItemDelegate( XQModel& modelView)
|
||||
XQItemDelegate::XQItemDelegate( XQViewModel& modelView)
|
||||
: _modelView{modelView}
|
||||
{
|
||||
static XQItemEditorFactory s_EditorFactory;
|
||||
@@ -69,7 +69,7 @@ XQItemDelegate::XQItemDelegate( XQModel& modelView)
|
||||
}
|
||||
|
||||
|
||||
XQTreeView* XQItemDelegate::treeView() const
|
||||
XQTreeTable* XQItemDelegate::treeView() const
|
||||
{
|
||||
return _modelView.treeView();
|
||||
}
|
||||
|
Reference in New Issue
Block a user