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
Frameworks
Solid
Commits
a26d2f06
Commit
a26d2f06
authored
Mar 06, 2015
by
Alex Richardson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix HAL build
parent
1b0e2a30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/solid/devices/backends/hal/halbattery.h
src/solid/devices/backends/hal/halbattery.h
+1
-0
No files found.
src/solid/devices/backends/hal/halbattery.h
View file @
a26d2f06
...
...
@@ -84,6 +84,7 @@ Q_SIGNALS:
void
energyRateChanged
(
double
energyRate
,
const
QString
&
udi
);
void
voltageChanged
(
double
voltage
,
const
QString
&
udi
);
void
temperatureChanged
(
double
temperature
,
const
QString
&
udi
);
// dummy
void
remainingTimeChanged
(
qlonglong
time
,
const
QString
&
udi
)
Q_DECL_OVERRIDE
;
private
Q_SLOTS
:
void
slotPropertyChanged
(
const
QMap
<
QString
,
int
>
&
changes
);
...
...
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