Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 17, 2024
1 parent f5fcbd5 commit 3ed1bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/system-service/screenapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ QList<QDBusObjectPath> ScreenAPI::screenshots(){
return list;
}

bool ScreenAPI::drawFullscreenImage(QString path, float rotate) {
bool ScreenAPI::drawFullscreenImage(QString path, double rotate) {
if (!hasPermission("screen")) {
return false;
}
Expand Down

0 comments on commit 3ed1bad

Please sign in to comment.