diff options
| author | Méven Car <[email protected]> | 2023-04-20 08:50:40 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-04-20 08:50:40 +0000 |
| commit | b99f6f50eef395a3ceb88fb3d4b7357cbbc13c85 (patch) | |
| tree | 6ce4ff75c186a7617b5083a05cfc1874d447c59b /src/dolphinmainwindow.h | |
| parent | 620c2caa4bd8d8e28018bc41e75b05da64cebd88 (diff) | |
Restrict attaching instances to those on the same activity or same virtual desktop
CCBUG: 408919
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 2c6874966..fe07cbc17 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -204,6 +204,9 @@ public Q_SLOTS: /** @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 |
