compiler warnings fixed
This commit is contained in:
parent
0b3315d231
commit
d94d510c59
@ -157,7 +157,7 @@ void Image::updatePolish()
|
||||
}
|
||||
|
||||
if ( m_data->sourceSizeAdjustment )
|
||||
setSourceSize( QSize( width(), height() ) );
|
||||
setSourceSize( QSize( int( width() ), int( height() ) ) );
|
||||
}
|
||||
|
||||
m_data->dirtyPolish = false;
|
||||
|
@ -3,8 +3,8 @@
|
||||
* This file may be used under the terms of the QSkinny License, Version 1.0
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef _IMAGE_H
|
||||
#define _IMAGE_H
|
||||
#ifndef IMAGE_H
|
||||
#define IMAGE_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user