Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
plasma5-workspace
0014-Fix-compile-with-gcc-4.8.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0014-Fix-compile-with-gcc-4.8.patch of Package plasma5-workspace
From 706d818901911dc746d8fb25b6a36d2270502a2e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan <hrvoje.senjan@gmail.com> Date: Wed, 11 Jan 2017 15:51:04 +0100 Subject: [PATCH 14/44] Fix compile with gcc 4.8 CCMAIL: kde@davidedmundson.co.uk --- applets/appmenu/plugin/appmenumodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/appmenu/plugin/appmenumodel.cpp b/applets/appmenu/plugin/appmenumodel.cpp index cf0681c1..2e4b8546 100644 --- a/applets/appmenu/plugin/appmenumodel.cpp +++ b/applets/appmenu/plugin/appmenumodel.cpp @@ -213,7 +213,7 @@ void AppMenuModel::updateApplicationMenu(const QString &serviceName, const QStri m_importer = new KDBusMenuImporter(serviceName, menuObjectPath, this); QMetaObject::invokeMethod(m_importer, "updateMenu", Qt::QueuedConnection); - connect(m_importer, &DBusMenuImporter::menuUpdated, this, [=] { + connect(m_importer.data(), &DBusMenuImporter::menuUpdated, this, [=] { m_menu = m_importer->menu(); if (m_menu.isNull()) { return; -- 2.12.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor