diff options
Diffstat (limited to 'src/qmmpui/uifactory.h')
| -rw-r--r-- | src/qmmpui/uifactory.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qmmpui/uifactory.h b/src/qmmpui/uifactory.h index eed603835..caabde506 100644 --- a/src/qmmpui/uifactory.h +++ b/src/qmmpui/uifactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011 by Ilya Kotov * + * Copyright (C) 2011-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -20,6 +20,8 @@ #ifndef UIFACTORY_H #define UIFACTORY_H +#include "qmmpui_export.h" + class QObject; class QTranslator; class QDialog; @@ -30,7 +32,7 @@ class General; /*! @brief Helper class to store user interface plugin properies. */ -class UiProperties +class QMMPUI_EXPORT UiProperties { public: /*! |
