improve whitespaces
This commit is contained in:
parent
f00a0b1a61
commit
5725ad28fc
|
@ -116,15 +116,15 @@ public:
|
|||
inline _T getActiveObject(const char* name) const
|
||||
{
|
||||
return ActiveObjects.getObject<_T>(name);
|
||||
};
|
||||
}
|
||||
void setActiveObject(App::DocumentObject*o, const char*n)
|
||||
{
|
||||
ActiveObjects.setObject(o, n);
|
||||
};
|
||||
}
|
||||
bool hasActiveObject(const char*n) const
|
||||
{
|
||||
return ActiveObjects.hasObject(n);
|
||||
};
|
||||
}
|
||||
|
||||
public Q_SLOTS:
|
||||
virtual void setOverrideCursor(const QCursor&);
|
||||
|
|
Loading…
Reference in New Issue
Block a user