mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Make sure to pass object parent along
* Missing parents will cause automatic slots not to be connected, which was breaking the remote host manager.
This commit is contained in:
@@ -90,7 +90,7 @@ void RDTipLabel::resizeEvent(QResizeEvent *e)
|
||||
QLabel::resizeEvent(e);
|
||||
}
|
||||
|
||||
RDTreeView::RDTreeView(QWidget *parent) : QTreeView(NULL)
|
||||
RDTreeView::RDTreeView(QWidget *parent) : QTreeView(parent)
|
||||
{
|
||||
setMouseTracking(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user