forked from quickshell/quickshell
all: fix new lints
This commit is contained in:
parent
26d443aa50
commit
2c411fce5a
43 changed files with 351 additions and 316 deletions
|
@ -21,7 +21,9 @@ using namespace qs::dbus;
|
|||
|
||||
namespace qs::service::mpris {
|
||||
|
||||
namespace {
|
||||
Q_LOGGING_CATEGORY(logMprisPlayer, "quickshell.service.mp.player", QtWarningMsg);
|
||||
}
|
||||
|
||||
QString MprisPlaybackState::toString(MprisPlaybackState::Enum status) {
|
||||
switch (status) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue