diff options
Diffstat (limited to 'libkcal')
-rw-r--r-- | libkcal/resourcecached.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libkcal/resourcecached.cpp b/libkcal/resourcecached.cpp index 22fa79bb9..2fecbb50f 100644 --- a/libkcal/resourcecached.cpp +++ b/libkcal/resourcecached.cpp @@ -19,6 +19,10 @@ Boston, MA 02110-1301, USA. */ +// TODO [FIXME] IMPORTANT +// If a cached resource initiates a reload while an event editor is active, or an event is locked for editing, +// a big fat crash will ensue. The reload subroutine must ABORT if ANY korganizer events are locked for editing!!! + #include <tqdatastream.h> #include <tqdatetime.h> #include <tqfile.h> |