Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
1c93cc29
Commit
1c93cc29
authored
Apr 27, 2022
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Apr 27, 2022
Browse files
flatpak: Fix state change emits
BUG: 451111
(cherry picked from commit
af01885a
)
parent
a50e132e
Pipeline
#168816
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/FlatpakBackend/FlatpakResource.h
View file @
1c93cc29
...
@@ -151,7 +151,7 @@ public:
...
@@ -151,7 +151,7 @@ public:
void
setPropertyState
(
PropertyKind
kind
,
PropertyState
state
);
void
setPropertyState
(
PropertyKind
kind
,
PropertyState
state
);
void
setResourceFile
(
const
QUrl
&
url
);
void
setResourceFile
(
const
QUrl
&
url
);
void
setRuntime
(
const
QString
&
runtime
);
void
setRuntime
(
const
QString
&
runtime
);
void
setState
(
State
state
,
bool
shouldEmit
=
fals
e
);
void
setState
(
State
state
,
bool
shouldEmit
=
tru
e
);
void
setType
(
ResourceType
type
);
void
setType
(
ResourceType
type
);
void
setResourceLocation
(
const
QUrl
&
location
)
void
setResourceLocation
(
const
QUrl
&
location
)
{
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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