From 708d69343d971f23095ebe366cedd7606c00aec4 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 21 May 2018 20:05:06 +0200 Subject: mobile: removing print mode from mobile. print mode was used to limit the functionality of the profile, when used in ssrf-mobile. The effect is that DC events are displayed, but not selectable Signed-off-by: Jan Iversen --- mobile-widgets/qmlprofile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-widgets/qmlprofile.cpp b/mobile-widgets/qmlprofile.cpp index 9ed3e36a5..1b64f6ecb 100644 --- a/mobile-widgets/qmlprofile.cpp +++ b/mobile-widgets/qmlprofile.cpp @@ -15,7 +15,7 @@ QMLProfile::QMLProfile(QQuickItem *parent) : setAntialiasing(true); m_profileWidget = new ProfileWidget2(0); m_profileWidget->setProfileState(); - m_profileWidget->setPrintMode(true); + m_profileWidget->setPrintMode(false); m_profileWidget->setFontPrintScale(0.8); connect(QMLManager::instance(), &QMLManager::sendScreenChanged, this, &QMLProfile::screenChanged); setDevicePixelRatio(QMLManager::instance()->lastDevicePixelRatio()); -- cgit v1.2.3-70-g09d2