Add namespace comments

This commit is contained in:
Jonas Kvinge
2021-06-20 23:55:02 +02:00
parent e1bf4347ab
commit 50be44adf8
11 changed files with 18 additions and 12 deletions

View File

@@ -193,8 +193,8 @@ namespace Amarok {
namespace ColorScheme {
extern QColor Background;
extern QColor Foreground;
}
}
} // namespace ColorScheme
} // namespace Amarok
#if 0
/** these functions aren't required in our fixed size world, but they may become useful one day **/