1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-16 07:24:23 +03:00

update dockconfig view

This commit is contained in:
Johan Smith Agudelo Rodriguez 2017-01-13 01:20:14 -05:00
parent 165f0bbdaf
commit 60f6f8d942

View File

@ -49,15 +49,16 @@ public:
void init() override;
Qt::WindowFlags wFlags() const;
public slots:
Q_INVOKABLE void setSticker(bool blockFocusLost);
Q_INVOKABLE void syncGeometry();
protected:
void showEvent(QShowEvent *ev) override;
void hideEvent(QHideEvent *ev) override;
void focusOutEvent(QFocusEvent *ev) override;
void syncGeometry();
void syncSlideEffect();
private slots: