Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Discover
Commits
423abd89
Commit
423abd89
authored
Dec 18, 2017
by
Aleix Pol Gonzalez
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure m_isFetching is initialized when we use it
parent
da1e49c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
libdiscover/resources/ResourcesModel.cpp
libdiscover/resources/ResourcesModel.cpp
+1
-0
No files found.
libdiscover/resources/ResourcesModel.cpp
View file @
423abd89
...
...
@@ -51,6 +51,7 @@ ResourcesModel *ResourcesModel::global()
ResourcesModel
::
ResourcesModel
(
QObject
*
parent
,
bool
load
)
:
QObject
(
parent
)
,
m_initializingBackends
(
0
)
,
m_isFetching
(
false
)
,
m_currentApplicationBackend
(
nullptr
)
{
init
(
load
);
...
...
Write
Preview
Markdown
is supported
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