From 79fcd13571ba02ad2697f3c3bcf3250ca76a69d9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 19 Apr 2015 10:00:08 +0000 Subject: added feature to hide playlist header git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4850 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/playstatus.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/plugins/Ui/skinned/playstatus.h') diff --git a/src/plugins/Ui/skinned/playstatus.h b/src/plugins/Ui/skinned/playstatus.h index a2139661d..f5fa6d8da 100644 --- a/src/plugins/Ui/skinned/playstatus.h +++ b/src/plugins/Ui/skinned/playstatus.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -22,11 +22,11 @@ #include "pixmapwidget.h" -/** - @author Ilya Kotov -*/ class Skin; +/** + @author Ilya Kotov +*/ class PlayStatus : public PixmapWidget { Q_OBJECT @@ -34,8 +34,8 @@ public: PlayStatus(QWidget *parent = 0); ~PlayStatus(); - - enum Type + + enum Type { PLAY, STOP, -- cgit v1.2.3-13-gbd6f