From c51090dcff68fc520a8377cb9ff5635a815ff489 Mon Sep 17 00:00:00 2001 From: Sky Date: Sun, 12 Jan 2014 18:34:43 +0000 Subject: [PATCH] Remove wrong comments --- logic/status/StatusChecker.h | 10 ---------- 1 file changed, 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 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); };