Skip to content

Commit

Permalink
Merge branch 'jb49715' into 'master'
Browse files Browse the repository at this point in the history
[lipstick] Don't construct the embedded ConnectionSelector window by default....

See merge request mer-core/lipstick!142
  • Loading branch information
adenexter committed Sep 30, 2020
2 parents 147b965 + 0993ac4 commit bfd36aa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 144 deletions.
67 changes: 0 additions & 67 deletions src/connectionselector.cpp

This file was deleted.

69 changes: 0 additions & 69 deletions src/connectionselector.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/homeapplication.cpp
Expand Up @@ -45,7 +45,6 @@
#include "usbmodeselector.h"
#include "shutdownscreen.h"
#include "shutdownscreenadaptor.h"
#include "connectionselector.h"
#include "screenshotservice.h"
#include "vpnagent.h"
#include "connmanvpnagent.h"
Expand Down Expand Up @@ -117,7 +116,6 @@ HomeApplication::HomeApplication(int &argc, char **argv, const QString &qmlPath)
m_usbModeSelector = new USBModeSelector(deviceLock, this);
m_shutdownScreen = new ShutdownScreen(this);
new ShutdownScreenAdaptor(m_shutdownScreen);
m_connectionSelector = new ConnectionSelector(this);

// MCE and usb-moded expect services to be registered on the system bus
QDBusConnection systemBus = QDBusConnection::systemBus();
Expand Down
3 changes: 0 additions & 3 deletions src/homeapplication.h
Expand Up @@ -183,9 +183,6 @@ private slots:
//! Logic for showing the shutdown screen and related notifications
ShutdownScreen *m_shutdownScreen;

//! Login for showing the connection selector
ConnectionSelector *m_connectionSelector;

//! Whether the home ready signal has been sent or not
bool m_homeReadySent;

Expand Down
4 changes: 1 addition & 3 deletions src/src.pro
Expand Up @@ -53,8 +53,7 @@ PUBLICHEADERS += \
devicestate/devicestate.h \
devicestate/thermal.h \
vpnagent.h \
connectivitymonitor.h \
connectionselector.h
connectivitymonitor.h

INSTALLS += publicheaderfiles dbus_policy
publicheaderfiles.files = $$PUBLICHEADERS
Expand Down Expand Up @@ -127,7 +126,6 @@ SOURCES += \
connmanvpnproxy.cpp \
connmanmanagerproxy.cpp \
connmanserviceproxy.cpp \
connectionselector.cpp \
lipstickapi.cpp \
screenshotservice.cpp \
notifications/thermalnotifier.cpp \
Expand Down

0 comments on commit bfd36aa

Please sign in to comment.