Avoid unused warning.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
256815eff9
commit
17b43a9ded
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ struct CBITMAP : public CHANDLE
|
|||
|
||||
HBITMAP LoadBitmap(HINSTANCE hInstance, const std::string & filename)
|
||||
{
|
||||
Q_UNUSED(hInstance)
|
||||
|
||||
QImage image;
|
||||
if (!filename.empty())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue