Fix MinGW warning about qDebug() formats.
Change-Id: I927d17240a7cc7b88814601b0711aa46ca166ff9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
b7486591cd
commit
e9ab2dabf9
@ -323,7 +323,7 @@ void QWindowsXPStylePrivate::cleanupHandleMap()
|
||||
HTHEME QWindowsXPStylePrivate::createTheme(int theme, HWND hwnd)
|
||||
{
|
||||
if (theme < 0 || theme >= NThemes || !hwnd) {
|
||||
qWarning("%s: Invalid parameters #%d, %p", theme, hwnd);
|
||||
qWarning("%s: Invalid parameters #%d, %p", Q_FUNC_INFO, theme, hwnd);
|
||||
return 0;
|
||||
}
|
||||
if (!m_themes[theme]) {
|
||||
|
Loading…
Reference in New Issue
Block a user