/** @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 openInNewWindow();
+ /**
+ * Opens the selected folder in the other inactive split view, enables split view if necessary.
+ */
+ void openInSplitView(const QUrl &url);
+
/**
* Show the target of the selected symlink
*/