Allow setting URLs in the widget (for config) and fix "salt" generation

This commit is contained in:
Luca Beltrame 2015-02-15 21:40:27 +01:00
parent 8493f036ba
commit 98577bbcb8
2 changed files with 14 additions and 3 deletions

View file

@ -53,6 +53,7 @@ public:
QString password() const;
QUrl boardUrl() const;
bool isAnonymous() const;
void setBoards(const QVector<QUrl> &urlList);
private:
QUrl m_boardUrl;