mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +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
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user