From fea2436fef9e7096b31840e7170a23280f3d6e39 Mon Sep 17 00:00:00 2001 From: umopapisdn Date: Mon, 24 Mar 2003 09:06:06 +0000 Subject: New feature: In dayview it's now possible to duplicate an event (and immediatly change some parameters for the duplicate). --- (limited to 'core/pim/datebook/datebook.h') diff --git a/core/pim/datebook/datebook.h b/core/pim/datebook/datebook.h index ba8f97e..623862b 100644 --- a/core/pim/datebook/datebook.h +++ b/core/pim/datebook/datebook.h @@ -65,7 +65,7 @@ public slots: private slots: void fileNew(); - void slotNewEntry(const QDateTime &start, const QDateTime &end, const QString &str); + void slotNewEntry(const QDateTime &start, const QDateTime &end, const QString &str, const QString &location=0); void slotSettings(); void newDefaultView(QAction *a); void slotToday(); // view today @@ -87,6 +87,7 @@ private slots: void showDay( int y, int m, int d ); void editEvent( const Event &e ); + void duplicateEvent( const Event &e ); void removeEvent( const Event &e ); void receive( const QCString &msg, const QByteArray &data ); -- cgit v0.9.0.2