Skip to content

Commit

Permalink
LXQtTaskBarDummyBackend: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed May 10, 2024
1 parent 5e8966e commit 0e79998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/backends/lxqttaskbardummybackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ bool LXQtTaskBarDummyBackend::isWindowOnScreen(QScreen *, WId) const
return false;
}

bool setDesktopLayout(Qt::Orientation, int, int, bool)
bool LXQtTaskBarDummyBackend::setDesktopLayout(Qt::Orientation, int, int, bool)
{
return false;
}
Expand Down

0 comments on commit 0e79998

Please sign in to comment.