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

@@ -30,7 +30,6 @@ namespace BlackGui
*/
class BLACKGUI_EXPORT CDbAutoStashingComponent :
public QDialog,
public BlackMisc::Network::CWebDataServicesAware,
public BlackGui::Components::CDbMappingComponentAware
{
Q_OBJECT
@@ -50,9 +49,6 @@ namespace BlackGui
//! Destructor
~CDbAutoStashingComponent();
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
//! At least run once and completed
bool isCompleted() const { return m_state == Completed; }