summaryrefslogtreecommitdiffstats
path: root/src/networksettings/connman/qnetworksettingsmanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/networksettings/connman/qnetworksettingsmanager_p.h')
-rw-r--r--src/networksettings/connman/qnetworksettingsmanager_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/networksettings/connman/qnetworksettingsmanager_p.h b/src/networksettings/connman/qnetworksettingsmanager_p.h
index d2146a9..b9133ab 100644
--- a/src/networksettings/connman/qnetworksettingsmanager_p.h
+++ b/src/networksettings/connman/qnetworksettingsmanager_p.h
@@ -72,6 +72,8 @@ public:
void tryNextConnection();
void setCurrentWifiConnection(QNetworkSettingsService *connection) {m_currentWifiConnection = connection;}
QNetworkSettingsService* currentWifiConnection() const {return m_currentWifiConnection;}
+ void setCurrentWiredConnection(QNetworkSettingsService *connection) {m_currentWiredConnection = connection;}
+ QNetworkSettingsService* currentWiredConnection() const {return m_currentWiredConnection;}
public slots:
void getServicesFinished(QDBusPendingCallWatcher *watcher);
@@ -95,6 +97,7 @@ private:
QDBusServiceWatcher *m_serviceWatcher;
QString m_currentSsid;
QNetworkSettingsService *m_currentWifiConnection;
+ QNetworkSettingsService *m_currentWiredConnection;
bool m_initialized;
};