various: encapsulate all code in the olive namespace to avoid name collisions
Large-scale code cleanup. Also adds a license to the top of all files that were missing it.
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#include "panel/sequenceviewer/sequenceviewer.h"
|
||||
#include "ui/icons/icons.h"
|
||||
|
||||
OLIVE_NAMESPACE_ENTER
|
||||
|
||||
Sequence::Sequence()
|
||||
{
|
||||
viewer_output_ = new ViewerOutput();
|
||||
@@ -283,3 +285,5 @@ void Sequence::NameChangedEvent(const QString &name)
|
||||
{
|
||||
viewer_output_->set_media_name(name);
|
||||
}
|
||||
|
||||
OLIVE_NAMESPACE_EXIT
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
#include "project/item/item.h"
|
||||
#include "timeline/timelinepoints.h"
|
||||
|
||||
OLIVE_NAMESPACE_ENTER
|
||||
|
||||
class Sequence;
|
||||
using SequencePtr = std::shared_ptr<Sequence>;
|
||||
|
||||
@@ -82,4 +84,6 @@ private:
|
||||
|
||||
};
|
||||
|
||||
OLIVE_NAMESPACE_EXIT
|
||||
|
||||
#endif // SEQUENCE_H
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
#include "sequenceparams.h"
|
||||
|
||||
SequenceParams::SequenceParams()
|
||||
{
|
||||
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
#ifndef SEQUENCEPARAMS_H
|
||||
#define SEQUENCEPARAMS_H
|
||||
|
||||
|
||||
class SequenceParams
|
||||
{
|
||||
public:
|
||||
SequenceParams();
|
||||
};
|
||||
|
||||
#endif // SEQUENCEPARAMS_H
|
||||
Reference in New Issue
Block a user