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
@@ -38,5 +38,5 @@ bool Folder::CanHaveChildren() const
QIcon Folder::icon()
{
return olive::icon::Folder;
return icon::Folder;
}