sloanyyc

Results 3 issues of sloanyyc

[Error] bin/sh/Shell.cpp:212 executeInput -- forkexec '/server/filesystem/tmp/server' failed: No such file or directory

(((n - 1 - i) >> 31) & '=') | ... -----> (((n - 1 - i) >> 23) & '=') | ... 32bit core -1 >> 31 0x00000001 64bit...

editorBase() will destoryed which is QColorDialog's parent why not use as flow auto property = &this->property(); auto reason = delegate()->editReason(); QColorDialog dlg(property->value()); if (dlg.exec() == QDialog::Accepted) { property->setValue(dlg.currentColor(), reason); }