diff options
| author | Méven Car <[email protected]> | 2023-05-24 10:52:59 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-05-24 10:11:41 +0000 |
| commit | ee8b71e5568f5a56b886b877d63fb345c96b2cce (patch) | |
| tree | b498c02128c848f2ffefef59315aaf9d7bbffbad /src/dolphinmainwindow.h | |
| parent | b01329bf360795b51809c0adfeefaa91b79f7950 (diff) | |
Revert "Restrict attaching instances to those on the same activity or same virtual desktop"
This reverts commit b99f6f50eef395a3ceb88fb3d4b7357cbbc13c85.
BUG: 408919
Reintroduces:
CCBUG: 408919
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 92ddb24c3..5bb17e79a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -204,9 +204,6 @@ 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 |
