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 Firewall
Commits
0a0fa271
Commit
0a0fa271
authored
Apr 25, 2022
by
Laurent Montel
Browse files
Use Q_SIGNALS
parent
afb73196
Changes
5
Hide whitespace changes
Inline
Side-by-side
kcm/backends/netstat/conectionsmodel.h
View file @
0a0fa271
...
...
@@ -57,7 +57,7 @@ public:
Q_INVOKABLE
void
start
();
Q_INVOKABLE
void
stop
();
signals
:
Q_SIGNALS
:
void
countChanged
();
void
busyChanged
();
void
showErrorMessage
(
const
QString
&
message
);
...
...
kcm/core/firewallclient.h
View file @
0a0fa271
...
...
@@ -114,7 +114,7 @@ public:
Capabilities
capabilities
()
const
;
signals
:
Q_SIGNALS
:
void
enabledChanged
(
const
bool
enabled
);
void
defaultIncomingPolicyChanged
(
const
QString
&
defaultIncomingPolicy
);
void
defaultOutgoingPolicyChanged
(
const
QString
&
defaultOutgoingPolicy
);
...
...
kcm/core/ifirewallclientbackend.h
View file @
0a0fa271
...
...
@@ -97,7 +97,7 @@ public:
void
queryExecutable
(
const
QString
&
executableName
);
bool
hasExecutable
()
const
;
QString
executablePath
()
const
;
signals
:
Q_SIGNALS
:
void
enabledChanged
(
bool
enabled
);
void
defaultIncomingPolicyChanged
(
const
QString
&
defaultIncomingPolicy
);
void
defaultOutgoingPolicyChanged
(
const
QString
&
defaultOutgoingPolicy
);
...
...
kcm/core/loglistmodel.h
View file @
0a0fa271
...
...
@@ -61,7 +61,7 @@ public:
void
appendLogData
(
const
QVector
<
LogData
>
newData
);
signals
:
Q_SIGNALS
:
void
countChanged
();
void
showErrorMessage
(
const
QString
&
message
);
...
...
kcm/core/rule.h
View file @
0a0fa271
...
...
@@ -145,7 +145,7 @@ public slots:
void
setSimplified
(
bool
value
);
void
setSourceApplication
(
const
QString
&
app
);
signals
:
Q_SIGNALS
:
void
policyChanged
(
const
QString
&
policy
);
void
directionChanged
(
const
QString
&
direction
);
void
sourceAddressChanged
(
const
QString
&
sourceAddress
);
...
...
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