Remove broken launcher news widget

The links for news are broken.
As most announcements are published via Discord nowadays, remove it for now.
This commit is contained in:
Lars Toenning
2022-06-20 23:38:21 +02:00
committed by Mat Sutcliffe
parent 83edec5a90
commit c8da0e49d6
5 changed files with 4 additions and 112 deletions

View File

@@ -131,10 +131,6 @@ private:
//! Set header info
void setHeaderInfo(const BlackMisc::Db::CArtifact &latestArtifact);
//! Latest news
//! \sa CSwiftLauncher::displayLatestNews
void loadLatestNews();
//! Executaable for core
bool setSwiftCoreExecutable();
@@ -159,9 +155,6 @@ private:
//! Check for other swift applications, if so show message box
bool warnAboutOtherSwiftApplications();
//! Display latest news
void displayLatestNews(QNetworkReply *reply);
//! Distribution info is available
void updateInfoAvailable();