From 501ecd58c66f3de5988796d0e9f200fdda2d9c13 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 9 Mar 2020 18:43:56 +0100 Subject: [PATCH] Use Q_SIGNALS instead of signals --- playerwatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playerwatcher.h b/playerwatcher.h index e0d0329..d221701 100644 --- a/playerwatcher.h +++ b/playerwatcher.h @@ -35,7 +35,7 @@ public: CppUtilities::TimeSpan length() const; void setSilent(bool silent); -signals: +Q_SIGNALS: void nextSong(); void playbackStarted(); void playbackStopped();