mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-05 06:11:05 +00:00
Generate clickable links to resource inspector in RDTreeWidget
This commit is contained in:
@@ -59,6 +59,8 @@ MainWindow::MainWindow(ICaptureContext &ctx) : QMainWindow(NULL), ui(new Ui::Mai
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setProperty("ICaptureContext", QVariant::fromValue((void *)&ctx));
|
||||
|
||||
#if !defined(Q_OS_WIN32)
|
||||
// process injection is not supported on non-Windows, so remove the menu item rather than disable
|
||||
// it without a clear way to communicate that it is never supported
|
||||
|
||||
Reference in New Issue
Block a user