Don't set box show crash annotation (GenericBox).
This commit is contained in:
parent
92c447aa87
commit
952c89687c
1 changed files with 0 additions and 6 deletions
|
|
@ -10,7 +10,6 @@
|
||||||
#include "ui/widgets/buttons.h"
|
#include "ui/widgets/buttons.h"
|
||||||
#include "ui/widgets/labels.h"
|
#include "ui/widgets/labels.h"
|
||||||
#include "ui/painter.h"
|
#include "ui/painter.h"
|
||||||
#include "base/integration.h"
|
|
||||||
#include "base/timer.h"
|
#include "base/timer.h"
|
||||||
#include "styles/style_layers.h"
|
#include "styles/style_layers.h"
|
||||||
#include "styles/palette.h"
|
#include "styles/palette.h"
|
||||||
|
|
@ -42,11 +41,6 @@ BoxLayerWidget::BoxLayerWidget(
|
||||||
_content->setParent(this);
|
_content->setParent(this);
|
||||||
_content->setDelegate(this);
|
_content->setDelegate(this);
|
||||||
|
|
||||||
const auto &object = *_content;
|
|
||||||
base::Integration::Instance().setCrashAnnotation(
|
|
||||||
"BoxName",
|
|
||||||
QString::fromUtf8(typeid(object).name()));
|
|
||||||
|
|
||||||
_additionalTitle.changes(
|
_additionalTitle.changes(
|
||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
updateSize();
|
updateSize();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue