Skip to content

Commit

Permalink
MythUIImage: Fix a deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Dec 11, 2019
1 parent 80a3f84 commit 941d046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuiimage.cpp
Expand Up @@ -1630,7 +1630,7 @@ void MythUIImage::FindRandomImage(void)
if (!imageDir.exists())
{
QString themeDir = GetMythUI()->GetThemeDir() + '/';
imageDir = themeDir + m_imageDirectory;
imageDir.setPath(themeDir + m_imageDirectory);
}

QStringList imageTypes;
Expand Down

0 comments on commit 941d046

Please sign in to comment.