mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
FeedReader: Renamed enum RsFeedAddResult to RsFeedResult
This commit is contained in:
parent
186976e209
commit
63390fddee
7 changed files with 82 additions and 82 deletions
|
@ -30,7 +30,7 @@ class QWidget;
|
|||
class FeedReaderStringDefs
|
||||
{
|
||||
public:
|
||||
static bool showError(QWidget *parent, RsFeedAddResult result, const QString &title, const QString &text);
|
||||
static bool showError(QWidget *parent, RsFeedResult result, const QString &title, const QString &text);
|
||||
static QString workState(FeedInfo::WorkState state);
|
||||
static QString errorString(const FeedInfo &feedInfo);
|
||||
static QString errorString(RsFeedReaderErrorState errorState, const std::string &errorString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue