Code style refactoring done
This commit is contained in:
parent
02766bd5d2
commit
c5f1572efa
36 changed files with 202 additions and 130 deletions
|
|
@ -7,7 +7,8 @@ dpoint_entity::dpoint_entity() {
|
|||
this->_id = ++dpoint_entity::__global_id + QRandomGenerator().generate64();
|
||||
}
|
||||
|
||||
dpoint_entity::dpoint_entity(entity_id dispatcher_id, const QString &title) : _dispatcher_id(dispatcher_id), _title(title) {
|
||||
dpoint_entity::dpoint_entity(entity_id dispatcher_id, const QString &title)
|
||||
: _dispatcher_id(dispatcher_id), _title(title) {
|
||||
this->_id = dispatcher_id;
|
||||
auto hash = QCryptographicHash::hash(title.toLocal8Bit(), QCryptographicHash::Md5);
|
||||
for (auto bit : hash) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue