Now that they are used from gui/ they need to be properly exported so
that linking doesn't fail when visibility is activated (only on our
Windows build it seems).
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
#include <QList>
#include <QString>
+#include "owncloudlib.h"
+
namespace OCC {
namespace WordList {
- QStringList getRandomWords(int nr);
- QString getUnifiedString(const QStringList& l);
+ OWNCLOUDSYNC_EXPORT QStringList getRandomWords(int nr);
+ OWNCLOUDSYNC_EXPORT QString getUnifiedString(const QStringList& l);
}
}