-rw-r--r-- | libkcal/incidencebase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkcal/incidencebase.h b/libkcal/incidencebase.h index 444d4c4..3edc03b 100644 --- a/libkcal/incidencebase.h +++ b/libkcal/incidencebase.h | |||
@@ -130,32 +130,33 @@ class IncidenceBase : public CustomProperties | |||
130 | int pilotId() const; | 130 | int pilotId() const; |
131 | 131 | ||
132 | void setTempSyncStat(int id); | 132 | void setTempSyncStat(int id); |
133 | int tempSyncStat() const; | 133 | int tempSyncStat() const; |
134 | void setIDStr( const QString & ); | 134 | void setIDStr( const QString & ); |
135 | QString IDStr() const; | 135 | QString IDStr() const; |
136 | void setID( const QString &, const QString & ); | 136 | void setID( const QString &, const QString & ); |
137 | QString getID( const QString & ); | 137 | QString getID( const QString & ); |
138 | void setCsum( const QString &, const QString & ); | 138 | void setCsum( const QString &, const QString & ); |
139 | QString getCsum( const QString & ); | 139 | QString getCsum( const QString & ); |
140 | void removeID(const QString &); | 140 | void removeID(const QString &); |
141 | 141 | ||
142 | void registerObserver( Observer * ); | 142 | void registerObserver( Observer * ); |
143 | void unRegisterObserver( Observer * ); | 143 | void unRegisterObserver( Observer * ); |
144 | void updated(); | 144 | void updated(); |
145 | void setCalID( int id ); | 145 | void setCalID( int id ); |
146 | void setCalID_block( int id ); | ||
146 | int calID() const; | 147 | int calID() const; |
147 | void setCalEnabled( bool ); | 148 | void setCalEnabled( bool ); |
148 | bool calEnabled() const; | 149 | bool calEnabled() const; |
149 | void setAlarmEnabled( bool ); | 150 | void setAlarmEnabled( bool ); |
150 | bool alarmEnabled() const; | 151 | bool alarmEnabled() const; |
151 | bool isTagged() const; | 152 | bool isTagged() const; |
152 | void setTagged( bool ); | 153 | void setTagged( bool ); |
153 | virtual void setLastModifiedSubInvalid(); | 154 | virtual void setLastModifiedSubInvalid(); |
154 | protected: | 155 | protected: |
155 | bool blockLastModified; | 156 | bool blockLastModified; |
156 | bool mIsTagged; | 157 | bool mIsTagged; |
157 | QDateTime mDtStart; | 158 | QDateTime mDtStart; |
158 | bool mReadOnly; | 159 | bool mReadOnly; |
159 | QDateTime getEvenTime( QDateTime ); | 160 | QDateTime getEvenTime( QDateTime ); |
160 | 161 | ||
161 | private: | 162 | private: |