diff options
Diffstat (limited to 'src/plugins/Ui/skinned/playstatus.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playstatus.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 <forkotov02@hotmail.ru> -*/ class Skin; +/** + @author Ilya Kotov <forkotov02@hotmail.ru> +*/ class PlayStatus : public PixmapWidget { Q_OBJECT @@ -34,8 +34,8 @@ public: PlayStatus(QWidget *parent = 0); ~PlayStatus(); - - enum Type + + enum Type { PLAY, STOP, |
