Commit 4b52723 1 parent c9a621a commit 4b52723 Copy full SHA for 4b52723
File tree 2 files changed +2
-2
lines changed
qrenderdoc/Widgets/Extended
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,8 @@ class RDTreeView : public QTreeView
178
178
using QTreeView::expandAll;
179
179
using QTreeView::collapseAll;
180
180
181
+ using QTreeView::sizeHintForColumn;
182
+
181
183
signals:
182
184
void leave (QEvent *e);
183
185
void keyPress (QKeyEvent *e);
Original file line number Diff line number Diff line change @@ -248,8 +248,6 @@ class RDTreeWidget : public RDTreeView
248
248
void endUpdate ();
249
249
void setColumnAlignment (int column, Qt::Alignment align);
250
250
251
- int sizeHintForColumn (int column) const { return QTreeView::sizeHintForColumn (column); }
252
-
253
251
RDTreeWidgetItem *itemForIndex (QModelIndex idx) const ;
254
252
255
253
void copyItem (QPoint pos, RDTreeWidgetItem *item);
You can’t perform that action at this time.
0 commit comments