QLatin1String -> QStringLiteral

icc-effect-5.14.5
Hugo Pereira Da Costa 2013-11-08 11:02:01 +01:00
parent c32ec9b32b
commit bdd1cfd7b8
1 changed files with 1 additions and 1 deletions

View File

@ -2038,7 +2038,7 @@ namespace Oxygen
// create atom
if( !_shadowAtom )
{ _shadowAtom = helper().createAtom( QLatin1String( "_KDE_NET_WM_SHADOW" ) ); }
{ _shadowAtom = helper().createAtom( QStringLiteral( "_KDE_NET_WM_SHADOW" ) ); }
xcb_delete_property( helper().xcbConnection(), (xcb_window_t) windowId(), _shadowAtom);
}