removed olive:: qualifier from icon:: namespace

This commit is contained in:
itsmattkc
2019-12-26 17:38:18 +11:00
parent bb9284a894
commit 7d907d7ee1
16 changed files with 93 additions and 95 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ void StyleManager::SetStyle(const StyleDescriptor &style)
void StyleManager::SetStyle(const QString &style_path)
{
// Load all icons for this style (icons must be loaded first because the style change below triggers the icon change)
olive::icon::LoadAll(style_path);
icon::LoadAll(style_path);
// Set palette for this
QString palette_file = QStringLiteral("%1/palette.ini").arg(style_path);