diff options
Diffstat (limited to 'kresources/carddav/resource.h')
-rw-r--r-- | kresources/carddav/resource.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kresources/carddav/resource.h b/kresources/carddav/resource.h index e117daf31..d855f6529 100644 --- a/kresources/carddav/resource.h +++ b/kresources/carddav/resource.h @@ -118,6 +118,11 @@ protected: void init(); /** + * Updates the progress bar + */ + void updateProgressBar(int direction); + + /** * Initiates calendar loading process. * @param url URL to load calendar data from. */ |