diff options
Diffstat (limited to 'src/qmmpui/playlistformat.h')
| -rw-r--r-- | src/qmmpui/playlistformat.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/playlistformat.h b/src/qmmpui/playlistformat.h index 4cb7b4d70..74f4b2bdc 100644 --- a/src/qmmpui/playlistformat.h +++ b/src/qmmpui/playlistformat.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2017 by Ilya Kotov * + * Copyright (C) 2006-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -22,6 +22,7 @@ #define PALYLISTFORMAT_H #include <QStringList> +#include "qmmpui_export.h" class PlayListTrack; @@ -38,7 +39,7 @@ struct PlayListFormatProperties /*! @brief Abstract interface for playlist formats. * @author Vladimir Kuznetsov <vovanec@gmail.com> */ -class PlayListFormat +class QMMPUI_EXPORT PlayListFormat { public: /*! |
