Fix build with Xcode.
This commit is contained in:
parent
de083a6e15
commit
88423818f8
1 changed files with 2 additions and 1 deletions
|
|
@ -42,9 +42,10 @@ BoxLayerWidget::BoxLayerWidget(
|
||||||
_content->setParent(this);
|
_content->setParent(this);
|
||||||
_content->setDelegate(this);
|
_content->setDelegate(this);
|
||||||
|
|
||||||
|
const auto &object = *_content;
|
||||||
base::Integration::Instance().setCrashAnnotation(
|
base::Integration::Instance().setCrashAnnotation(
|
||||||
"BoxName",
|
"BoxName",
|
||||||
QString::fromUtf8(typeid(*_content).name()));
|
QString::fromUtf8(typeid(object).name()));
|
||||||
|
|
||||||
_additionalTitle.changes(
|
_additionalTitle.changes(
|
||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue