mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fix some "-Wpedantic" warnings
This commit is contained in:
parent
99c1f87289
commit
790962425c
17 changed files with 33 additions and 33 deletions
|
|
@ -371,7 +371,7 @@ Buffer::Buffer(bool isTex, u32 id, const QString& name, QWidget* parent)
|
|||
setLayout(layout);
|
||||
|
||||
installEventFilter(parent);
|
||||
};
|
||||
}
|
||||
|
||||
// Draws a formatted and buffered <image> inside the Buffer Widget
|
||||
void Buffer::showImage(const QImage& image)
|
||||
|
|
@ -500,7 +500,7 @@ namespace
|
|||
}
|
||||
return buffer;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
void rsx_debugger::OnClickDrawCalls()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue