comparison ui/taskscheduler.h @ 1255:2a1aa9df8f11

(issue133) Improve API documentation
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 25 Sep 2014 17:58:12 +0200
parents 78798d3af8f0
children
comparison
equal deleted inserted replaced
1254:6d840341bc25 1255:2a1aa9df8f11
23 #undef INITGUID 23 #undef INITGUID
24 #endif 24 #endif
25 25
26 //struct ITaskScheduler; 26 //struct ITaskScheduler;
27 27
28 /** @brief Interface to the Task Scheduler API
29 *
30 * Provides a Qt / C++ API to work with the windows task scheduler.
31 */
28 class TaskScheduler 32 class TaskScheduler
29 { 33 {
30 public: 34 public:
31 /** @brief Initializes the COM objects */ 35 /** @brief Initializes the COM objects */
32 TaskScheduler(); 36 TaskScheduler();

http://wald.intevation.org/projects/trustbridge/