use hardcoded namespace

The macro defined namespaces confused the hell out of lupdate and more or less broke translations permanently. Looks like the only way we can do it is to have a hardcoded namespace, which goes against my instinct, but honestly how likely is it that we'll change the namespace anyway (I guess forks might want to do it, but that's their problem ;) )
This commit is contained in:
itsmattkc
2020-11-17 20:24:42 +11:00
parent d241090a9f
commit 75d4cd899b
626 changed files with 1971 additions and 1972 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
#include "config/config.h"
#include "node/node.h"
OLIVE_NAMESPACE_ENTER
namespace olive {
WaveformScope::WaveformScope(QWidget* parent) :
ScopeBase(parent)
@@ -122,4 +122,4 @@ void WaveformScope::DrawScope(TexturePtr managed_tex, QVariant pipeline)
p.drawLines(ire_lines);
}
OLIVE_NAMESPACE_EXIT
}