mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:06:57 +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
@@ -31,7 +31,6 @@ namespace BlackGui
|
||||
*/
|
||||
class BLACKGUI_EXPORT CDbCountrySelectorComponent :
|
||||
public QFrame,
|
||||
public BlackMisc::Network::CWebDataServicesAware,
|
||||
public BlackGui::CDropBase
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -43,9 +42,6 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
~CDbCountrySelectorComponent();
|
||||
|
||||
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
|
||||
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
|
||||
|
||||
//! Current country
|
||||
void setCountry(const BlackMisc::CCountry &country);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user