Ref T165, using CGuiApplication::distributionInfoAvailable is redundant, the cache changed signal is enough

* distribution info avaialble signal no longer needs flag
* some functions can be removed
This commit is contained in:
Klaus Basan
2017-09-28 00:10:01 +02:00
parent a61f55a4fc
commit a196015b73
4 changed files with 19 additions and 58 deletions

View File

@@ -153,7 +153,7 @@ private slots:
void ps_displayLatestNews(QNetworkReply *reply);
//! Distribution info is available
void ps_distributionInfoAvailable(bool success);
void ps_distributionInfoAvailable();
//! Start button pressed
void ps_startButtonPressed();