summaryrefslogtreecommitdiffstats
path: root/logic/status/StatusChecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/status/StatusChecker.h')
-rw-r--r--logic/status/StatusChecker.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/logic/status/StatusChecker.h b/logic/status/StatusChecker.h
index b81050ab..1cb01836 100644
--- a/logic/status/StatusChecker.h
+++ b/logic/status/StatusChecker.h
@@ -48,20 +48,10 @@ protected slots:
protected:
QMap<QString, QString> m_statusEntries;
NetJobPtr m_statusNetJob;
-
- //! True if news has been loaded.
bool m_loadedStatus;
-
QString m_lastLoadError;
- /*!
- * Emits newsLoaded() and sets m_lastLoadError to empty string.
- */
void Q_SLOT succeed();
-
- /*!
- * Emits newsLoadingFailed() and sets m_lastLoadError to the given message.
- */
void Q_SLOT fail(const QString& errorMsg);
};