mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-10 22:49:47 -08:00
Menu Toolbar version 1.1
This commit is contained in:
@@ -22,8 +22,9 @@ void QmlImageProvider::AddToImagePool( const QMap<QString, QImage>& a_aImages )
|
||||
}
|
||||
}
|
||||
|
||||
QImage QmlImageProvider::requestImage( const QString& a_rImageID, QSize* a_pSize, const QSize& a_ra_rRequestedSize )
|
||||
QImage QmlImageProvider::requestImage( const QString& a_rImageID, QSize* a_pSize, const QSize& a_rRequestedSize )
|
||||
{
|
||||
Q_UNUSED( a_rRequestedSize );
|
||||
QImage oImage( m_aImagePool.value( a_rImageID ) );
|
||||
if ( a_pSize )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user