summaryrefslogtreecommitdiff
path: root/library
authorzecke <zecke>2002-09-21 11:06:13 (UTC)
committer zecke <zecke>2002-09-21 11:06:13 (UTC)
commit90b5f15ac863d5eb833d2d9e832b43d05c4079a4 (patch) (side-by-side diff)
tree7ef87033f2e204d29090f0fe40b9ae0c296a1b5f /library
parent51f94f502b2b9a92d562a3ad726ad58372860c5e (diff)
downloadopie-90b5f15ac863d5eb833d2d9e832b43d05c4079a4.zip
opie-90b5f15ac863d5eb833d2d9e832b43d05c4079a4.tar.gz
opie-90b5f15ac863d5eb833d2d9e832b43d05c4079a4.tar.bz2
Make end inline again
Diffstat (limited to 'library') (more/less context) (ignore whitespace changes)
-rw-r--r--library/backend/event.cpp5
-rw-r--r--library/backend/event.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/library/backend/event.cpp b/library/backend/event.cpp
index 8f3f780..7cac314 100644
--- a/library/backend/event.cpp
+++ b/library/backend/event.cpp
@@ -587,2 +587,3 @@ Event::Type Event::type() const
}
+/*
QDateTime Event::start() const {
@@ -590,2 +591,3 @@ QDateTime Event::start() const {
}
+*/
/*!
@@ -604,3 +606,3 @@ QDateTime Event::start( bool actual ) const
}
-
+/*
QDateTime Event::end() const {
@@ -608,2 +610,3 @@ QDateTime Event::end() const {
}
+*/
/*!
diff --git a/library/backend/event.h b/library/backend/event.h
index 2b275a4..4610d85 100644
--- a/library/backend/event.h
+++ b/library/backend/event.h
@@ -343,3 +343,3 @@ inline void Event::setRepeatOnWeekDay(int day, bool enable)
}
-/*
+
inline QDateTime Event::start( ) const
@@ -353,3 +353,3 @@ inline QDateTime Event::end( ) const
}
-*/
+
#ifdef PALMTOPCENTER