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:
Klaus Basan
2016-02-25 04:30:08 +01:00
committed by Mathew Sutcliffe
parent a0cfa2e687
commit 79f95845b2
69 changed files with 396 additions and 1453 deletions

View File

@@ -14,7 +14,6 @@
#include "blackgui/blackguiexport.h"
#include "blackgui/infoarea.h"
#include "blackmisc/network/webdataservicesprovider.h"
#include <QMainWindow>
#include <QScopedPointer>
@@ -32,9 +31,8 @@ namespace BlackGui
* Main info area for data entry tool
*/
class BLACKGUI_EXPORT CDataMainInfoAreaComponent :
public BlackGui::CInfoArea,
public BlackMisc::Network::CWebDataServicesAware
{
public BlackGui::CInfoArea
{
Q_OBJECT
public:
@@ -64,9 +62,6 @@ namespace BlackGui
//! Mapping component
CDataInfoAreaComponent *getDataInfoAreaComponent() const;
//! Set data reader
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *provider) override;
//! Display the log
void displayLog();