From ef974322b02886e37624fed332e16092a930edba Mon Sep 17 00:00:00 2001 From: Christoph Schmidt <christoph.,schmidt@tugraz.at> Date: Thu, 4 Jan 2024 15:30:42 +0100 Subject: [PATCH] IDE: wrongly marked directory fixed --- .idea/captdevicecontrol.iml | 1 - 1 file changed, 1 deletion(-) diff --git a/.idea/captdevicecontrol.iml b/.idea/captdevicecontrol.iml index e158d0b..6ddec6b 100644 --- a/.idea/captdevicecontrol.iml +++ b/.idea/captdevicecontrol.iml @@ -3,7 +3,6 @@ <component name="NewModuleRootManager"> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/src/CaptDeviceControl" isTestSource="false" /> <excludeFolder url="file://$MODULE_DIR$/src/CaptDeviceControl/adcaptdevicecontrol" /> <excludeFolder url="file://$MODULE_DIR$/src/CaptDeviceControl/old" /> <excludeFolder url="file://$MODULE_DIR$/.venv" /> -- GitLab