update sqlitecpp & merge property settings into properties
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
ff9bf0c14a
commit
88ca7769d1
39 changed files with 412 additions and 253 deletions
13
src/objects/object.cpp
Normal file
13
src/objects/object.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include "object.hpp"
|
||||
|
||||
IkarusProject * IkarusObject::get_project() {
|
||||
return _project;
|
||||
}
|
||||
|
||||
IkarusProject * IkarusObject::get_project() const {
|
||||
return _project;
|
||||
}
|
||||
|
||||
IkarusId IkarusObject::get_id() const {
|
||||
return _id;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue