summaryrefslogtreecommitdiffabout
path: root/libkcal/journal.cpp
Side-by-side diff
Diffstat (limited to 'libkcal/journal.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/journal.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libkcal/journal.cpp b/libkcal/journal.cpp
index 859161f..c4e4474 100644
--- a/libkcal/journal.cpp
+++ b/libkcal/journal.cpp
@@ -24,10 +24,12 @@ using namespace KCal;
Journal::Journal()
{
+ qDebug("New JJJ ");
}
Journal::~Journal()
{
+ qDebug("delete JJJ ");
}
Incidence *Journal::clone()