mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix making QTreeView function public in RDTreeView
This commit is contained in:
@@ -178,6 +178,8 @@ public:
|
||||
using QTreeView::expandAll;
|
||||
using QTreeView::collapseAll;
|
||||
|
||||
using QTreeView::sizeHintForColumn;
|
||||
|
||||
signals:
|
||||
void leave(QEvent *e);
|
||||
void keyPress(QKeyEvent *e);
|
||||
|
||||
@@ -248,8 +248,6 @@ public:
|
||||
void endUpdate();
|
||||
void setColumnAlignment(int column, Qt::Alignment align);
|
||||
|
||||
int sizeHintForColumn(int column) const { return QTreeView::sizeHintForColumn(column); }
|
||||
|
||||
RDTreeWidgetItem *itemForIndex(QModelIndex idx) const;
|
||||
|
||||
void copyItem(QPoint pos, RDTreeWidgetItem *item);
|
||||
|
||||
Reference in New Issue
Block a user