Rename *Method to *Callback to be more explicit in the name

This commit is contained in:
baldurk
2017-04-07 18:05:04 +01:00
parent a2a96a556c
commit 35f9c53486
7 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -774,8 +774,8 @@ void CaptureContext::ShowStatisticsViewer()
IShaderViewer *CaptureContext::EditShader(bool customShader, const QString &entryPoint,
const QStringMap &files,
IShaderViewer::SaveMethod saveCallback,
IShaderViewer::CloseMethod closeCallback, QWidget *parent)
IShaderViewer::SaveCallback saveCallback,
IShaderViewer::CloseCallback closeCallback, QWidget *parent)
{
return ShaderViewer::EditShader(*this, customShader, entryPoint, files, saveCallback,
closeCallback, parent);