Small fixes

This commit is contained in:
Michael Zanetti 2019-10-31 12:44:48 +01:00
parent 77a939a4db
commit 9da7633f90
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,7 @@ private:
class WebServerConfiguration: public ServerConfiguration
{
Q_OBJECT
Q_PROPERTY(QString publicFolder READ publicFolder NOTIFY publicFolderChanged)
Q_PROPERTY(QString publicFolder READ publicFolder WRITE setPublicFolder NOTIFY publicFolderChanged)
public:
explicit WebServerConfiguration(const QString &id, const QHostAddress &address = QHostAddress(), int port = 0, bool authEnabled = false, bool sslEnabled = false, QObject *parent = nullptr)
: ServerConfiguration(id, address, port, authEnabled, sslEnabled, parent) {}

View File

@ -123,7 +123,6 @@ DeviceListPageBase {
Item {
Layout.preferredWidth: shutterControls.implicitWidth
Layout.preferredHeight: app.iconSize * 2
Rectangle { anchors.fill: parent; color: "green"; opacity: .3 }
ShutterControls {
id: shutterControls
height: parent.height