/** @see GeneralSettings::splitViewChanged() */
void slotSplitViewChanged();
- bool isOnActivity(const QString &activityId) const;
- bool isOnCurrentDesktop() const;
-
Q_SIGNALS:
/**
* Is sent if the selection of the currently active view has
void settingsChanged();
protected:
+ /** @see QObject::event() */
+ bool event(QEvent *event) override;
+
/** @see QWidget::showEvent() */
void showEvent(QShowEvent *event) override;