From kde-commits Tue Aug 31 21:45:23 2010 From: Artur Duque de Souza Date: Tue, 31 Aug 2010 21:45:23 +0000 To: kde-commits Subject: KDE/kdepim/mobile/lib/calendar Message-Id: <20100831214523.711D8AC857 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128329089511567 SVN commit 1170436 by asouza: Add a helper to the calendar widget This is a C++ helper that will help the widget to do simple but important math with dates. This helper can be shared with different date widgets. M +1 -0 CMakeLists.txt A calendarhelper.cpp [License: LGPL (v2+)] A calendarhelper.h [License: LGPL (v2+)] --- trunk/KDE/kdepim/mobile/lib/calendar/CMakeLists.txt #1170435:1170436 @@ -5,6 +5,7 @@ ) set(mobileui_calendar_SRCS + calendarhelper.cpp declarativeeditors.cpp kcalitembrowseritem.cpp incidenceview.cpp