Summary: * Add missing include for used class * Remove unnecessary dependency on libkf5networkmanagerqt-dev Test Plan: 1. Check that the build does not fail. 2. Check that it has the same behaviour as before. Reviewers: wxl, tsimonq2, hmollercl Reviewed By: tsimonq2 Differential Revision: https://phab.lubuntu.me/D53ubuntu/eoan ubuntu/0.4.3-0ubuntu2
parent
41338fc73e
commit
5040504b2c
@ -0,0 +1,18 @@
|
|||||||
|
Description: Add missing include for used class
|
||||||
|
Author: Palo Kisa <palo.kisa@gmail.com>
|
||||||
|
Applied-Upstream: https://github.com/palinek/nm-tray/commit/4563dabee3cbee13bc9d23a4a5d0ddda1526b43f
|
||||||
|
|
||||||
|
---
|
||||||
|
src/nmmodel.cpp | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
--- a/src/nmmodel.cpp
|
||||||
|
+++ b/src/nmmodel.cpp
|
||||||
|
@@ -45,6 +45,7 @@ COPYRIGHT_HEADER*/
|
||||||
|
#include <NetworkManagerQt/ConnectionSettings>
|
||||||
|
#include <QDBusPendingCallWatcher>
|
||||||
|
#include <QInputDialog>
|
||||||
|
+#include <QMetaEnum>
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
@ -1,2 +1,3 @@
|
|||||||
generalize-terminal-for-edits.patch
|
generalize-terminal-for-edits.patch
|
||||||
blacklist-from-menu.patch
|
blacklist-from-menu.patch
|
||||||
|
include_used_class.patch
|
||||||
|
Loading…
Reference in new issue