~ci-train-bot/unity8/unity8-ubuntu-zesty-2404

« back to all changes in this revision

Viewing changes to plugins/Dash/verticaljournal.cpp

merge with prereq

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <private/qquickitem_p.h>
33
33
#pragma GCC diagnostic pop
34
34
 
35
 
static const qreal bufferRatio = 0.5;
36
 
 
37
35
VerticalJournal::VerticalJournal()
38
36
 : m_columnWidth(0)
39
37
{