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
Network
KDE Connect
Commits
99303191
Commit
99303191
authored
Nov 01, 2020
by
Piyush Aggarwal
🎮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initialize battery plugin members to fix crashing on Windows
parent
f2d97193
Pipeline
#39183
passed with stage
in 6 minutes and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/battery/batteryplugin.h
plugins/battery/batteryplugin.h
+2
-2
No files found.
plugins/battery/batteryplugin.h
View file @
99303191
...
...
@@ -44,8 +44,8 @@ private:
ThresholdBatteryLow
=
1
};
int
m_charge
;
bool
m_isCharging
;
int
m_charge
=
-
1
;
bool
m_isCharging
=
false
;
};
#endif
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