change: change code style to Linux style except indent.
This commit is contained in:
@@ -20,17 +20,18 @@
|
||||
|
||||
#include "gizmo.h"
|
||||
|
||||
namespace olive {
|
||||
|
||||
NodeGizmo::NodeGizmo(QObject *parent) :
|
||||
visible_(true)
|
||||
namespace olive
|
||||
{
|
||||
setParent(parent);
|
||||
|
||||
NodeGizmo::NodeGizmo(QObject *parent)
|
||||
: visible_(true)
|
||||
{
|
||||
setParent(parent);
|
||||
}
|
||||
|
||||
NodeGizmo::~NodeGizmo()
|
||||
{
|
||||
setParent(nullptr);
|
||||
setParent(nullptr);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user