27 enum class Notification { UncheckWorkspace, CheckWorkspace, PrepareProjectFolder };
32 void notify(Notification notification);
34 bool needsSizeWarning(
const std::vector<std::string> &wsNames);
38 void includeWindowsForCheckedWorkspace();
40 void excludeWindowsForUncheckedWorkspace();
42 void prepareProjectFolder();