-rw-r--r-- | libkdepim/ksyncprofile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libkdepim/ksyncprofile.h b/libkdepim/ksyncprofile.h index 0a59111..e970b50 100644 --- a/libkdepim/ksyncprofile.h +++ b/libkdepim/ksyncprofile.h | |||
@@ -128,6 +128,8 @@ class KSyncProfile : public QObject { | |||
128 | int getSyncPrefs( ) { return mSyncPrefs;} | 128 | int getSyncPrefs( ) { return mSyncPrefs;} |
129 | void setWriteBackFutureWeeks( int n ) { mWriteBackFutureWeeks= n;} | 129 | void setWriteBackFutureWeeks( int n ) { mWriteBackFutureWeeks= n;} |
130 | int getWriteBackFutureWeeks( ) { return mWriteBackFutureWeeks;} | 130 | int getWriteBackFutureWeeks( ) { return mWriteBackFutureWeeks;} |
131 | void setWriteBackPastWeeks( int n ) { mWriteBackPastWeeks= n;} | ||
132 | int getWriteBackPastWeeks( ) { return mWriteBackPastWeeks;} | ||
131 | void setIsLocalFileSync( bool b ) { mIsLocalFileSync= b;} | 133 | void setIsLocalFileSync( bool b ) { mIsLocalFileSync= b;} |
132 | bool getIsLocalFileSync( ) { return mIsLocalFileSync;} | 134 | bool getIsLocalFileSync( ) { return mIsLocalFileSync;} |
133 | void setIsPhoneSync( bool b ) { mIsPhoneSync= b;} | 135 | void setIsPhoneSync( bool b ) { mIsPhoneSync= b;} |
@@ -175,6 +177,7 @@ class KSyncProfile : public QObject { | |||
175 | bool mWriteBackExisting; | 177 | bool mWriteBackExisting; |
176 | bool mWriteBackFuture; | 178 | bool mWriteBackFuture; |
177 | int mWriteBackFutureWeeks; | 179 | int mWriteBackFutureWeeks; |
180 | int mWriteBackPastWeeks; | ||
178 | bool mAskForPreferences; | 181 | bool mAskForPreferences; |
179 | bool mShowSummaryAfterSync; | 182 | bool mShowSummaryAfterSync; |
180 | bool mIsLocalFileSync; | 183 | bool mIsLocalFileSync; |