avoid compiler warning
This commit is contained in:
parent
bbbc02f122
commit
f7b1db6e25
@ -19,7 +19,7 @@ static int initPluginPath()
|
||||
if ( !value.isEmpty() )
|
||||
{
|
||||
if ( QChar( value.at( value.size() - 1 ) ) != QDir::listSeparator() )
|
||||
value += QDir::listSeparator();
|
||||
value += QDir::listSeparator().toLatin1();
|
||||
}
|
||||
|
||||
value += STRING( PLUGIN_PATH );
|
||||
|
Loading…
x
Reference in New Issue
Block a user