Handle "move" workspace event

This commit is contained in:
2021-12-04 13:40:29 +01:00
parent c697466686
commit a66f24888f
2 changed files with 3 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ enum class WorkspaceEventType : char {
RENAME = 'r', ///< Renamed
RELOAD = 'l', ///< Reloaded
RESTORED = 's', ///< Restored
MOVE = 'm', ///< Moved (to output)
};
/**