diff options
Diffstat (limited to 'src/qmmpui/filedialog.h')
| -rw-r--r-- | src/qmmpui/filedialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/filedialog.h b/src/qmmpui/filedialog.h index 19fdbe060..a9099c374 100644 --- a/src/qmmpui/filedialog.h +++ b/src/qmmpui/filedialog.h @@ -1,5 +1,5 @@ /************************************************************************** -* Copyright (C) 2008-2016 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 * @@ -25,6 +25,7 @@ #include <QStringList> #include <QFileDialog> #include <QHash> +#include "qmmpui_export.h" #include "filedialogfactory.h" class QmmpUiPluginCache; @@ -32,7 +33,7 @@ class QmmpUiPluginCache; /*! @brief The FileDialog class is the base interface class of the file dialogs. * @author Vladimir Kuznetsov <vovanec@gmail.com> */ -class FileDialog : public QObject +class QMMPUI_EXPORT FileDialog : public QObject { Q_OBJECT public: |
