#ifndef WORDLIST_H #define WORDLIST_H #include #include #include "owncloudlib.h" namespace OCC { namespace WordList { OWNCLOUDSYNC_EXPORT QStringList getRandomWords(int nr); OWNCLOUDSYNC_EXPORT QString getUnifiedString(const QStringList& l); } } #endif