Fixed issues with libGroupView on Windows.
This commit is contained in:
@ -24,7 +24,8 @@
|
||||
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
#include <kdeui_export.h>
|
||||
//#include <kdeui_export.h>
|
||||
#include <libgroupview_config.h>
|
||||
|
||||
class QItemSelection;
|
||||
|
||||
@ -42,7 +43,7 @@ class QItemSelection;
|
||||
*
|
||||
* @author Rafael Fernández López <ereslibre@kde.org>
|
||||
*/
|
||||
class KDEUI_EXPORT KCategorizedSortFilterProxyModel
|
||||
class LIBGROUPVIEW_EXPORT KCategorizedSortFilterProxyModel
|
||||
: public QSortFilterProxyModel
|
||||
{
|
||||
public:
|
||||
|
@ -23,7 +23,8 @@
|
||||
|
||||
#include <QListView>
|
||||
|
||||
#include <kdeui_export.h>
|
||||
//#include <kdeui_export.h>
|
||||
#include <libgroupview_config.h>
|
||||
|
||||
class KCategoryDrawer;
|
||||
|
||||
@ -75,7 +76,7 @@ class KCategoryDrawer;
|
||||
*
|
||||
* @author Rafael Fernández López <ereslibre@kde.org>
|
||||
*/
|
||||
class KDEUI_EXPORT KCategorizedView
|
||||
class LIBGROUPVIEW_EXPORT KCategorizedView
|
||||
: public QListView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user