diff options
Diffstat (limited to 'src/qmmpui/general.h')
| -rw-r--r-- | src/qmmpui/general.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/general.h b/src/qmmpui/general.h index f5a32aaf0..d74dd1004 100644 --- a/src/qmmpui/general.h +++ b/src/qmmpui/general.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2013 by Ilya Kotov * + * Copyright (C) 2008-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -24,13 +24,14 @@ #include <QStringList> #include <QHash> #include "generalfactory.h" +#include "qmmpui_export.h" class QmmpUiPluginCache; /*! @brief The General class provides simple access to general plugins * @author Ilya Kotov <forkotov02@ya.ru> */ -class General +class QMMPUI_EXPORT General { public: /*! |
