mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
Remove direct include of Code/CaptureContext.h in almost all files
* This is a leftover from before the interface was hoisted out, and most windows were still calling directly to CaptureContext instead of via the public ICaptureContext interface
This commit is contained in:
@@ -121,7 +121,7 @@ CaptureSettings::CaptureSettings(const QVariant &v)
|
||||
Options.DebugOutputMute = opts[lit("DebugOutputMute")].toBool();
|
||||
}
|
||||
|
||||
QString ConfigFilePath(const QString &filename)
|
||||
QString configFilePath(const QString &filename)
|
||||
{
|
||||
QString path = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user