stdprogress.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef KSYNC_STD_PROGRESS_H
00022 #define KSYNC_STD_PROGRESS_H
00023
00024 #include "progress.h"
00025
00026 namespace KSync {
00027 struct StdProgress {
00028 static Progress connection();
00029 static Progress connected();
00030 static Progress authenticated();
00031 static Progress syncing(const QString&);
00032 static Progress downloading(const QString& );
00033 static Progress uploading(const QString&);
00034 static Progress converting(const QString&);
00035 static Progress reconverting(const QString&);
00036 static Progress done();
00037 };
00038 }
00039
00040
00041 #endif
This file is part of the documentation for kitchensync Library Version 3.3.2.