mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #602, emoved web service provider
* webservices now directly accessible via sGui * interface no longer needed * no init of provider (setProvider) needed anymore
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a0cfa2e687
commit
79f95845b2
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/infoarea.h"
|
||||
#include "blackmisc/network/webdataservicesprovider.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
#include <QMainWindow>
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -36,8 +36,7 @@ namespace BlackGui
|
||||
* Info area containing the DB data (models, liveries ...)
|
||||
*/
|
||||
class BLACKGUI_EXPORT CDataInfoAreaComponent :
|
||||
public BlackGui::CInfoArea,
|
||||
public BlackMisc::Network::CWebDataServicesAware
|
||||
public BlackGui::CInfoArea
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -79,9 +78,6 @@ namespace BlackGui
|
||||
//! DB country component
|
||||
CDbCountryComponent *getCountryComponent() const;
|
||||
|
||||
//! Set data reader
|
||||
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReader) override;
|
||||
|
||||
public slots:
|
||||
//! Write to resource dir
|
||||
bool writeDbDataToResourceDir() const;
|
||||
|
||||
Reference in New Issue
Block a user