Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma applet for NetworkManager
Commits
fead86bc
Commit
fead86bc
authored
Apr 23, 2022
by
Andreas Hartmetz
Browse files
Fix build: for some reason, these includes became necessary
(Qt version here is kde/5.15 ~latest)
parent
4651adc7
Pipeline
#167411
passed with stage
in 1 minute and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kcm/kcm.cpp
View file @
fead86bc
...
...
@@ -43,6 +43,7 @@
#include
<QQuickItem>
#include
<QQuickView>
#include
<QQuickWidget>
#include
<QStringBuilder>
#include
<QTimer>
#include
<QVBoxLayout>
...
...
libs/models/networkmodelitem.cpp
View file @
fead86bc
...
...
@@ -32,6 +32,8 @@
#include
<ModemManagerQt/ModemDevice>
#endif
#include
<QStringBuilder>
NetworkModelItem
::
NetworkModelItem
(
QObject
*
parent
)
:
QObject
(
parent
)
,
m_connectionState
(
NetworkManager
::
ActiveConnection
::
Deactivated
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment