comparison ui/taskscheduler.h @ 1053:78798d3af8f0

Fixed doxygen build warnings.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 09 Sep 2014 15:22:19 +0200
parents 8de162b91a22
children 2a1aa9df8f11
comparison
equal deleted inserted replaced
1052:0b2169f7ce09 1053:78798d3af8f0
7 */ 7 */
8 #ifndef TASKSCHEDULER_H 8 #ifndef TASKSCHEDULER_H
9 #define TASKSCHEDULER_H 9 #define TASKSCHEDULER_H
10 10
11 /** 11 /**
12 * @file Interface to the Task Scheduler API 12 * @file taskscheduler.h
13 * @brief Provides a Qt / C++ API to work with the windows task scheduler 13 * @brief Interface to the Task Scheduler API
14 *
15 * Provides a Qt / C++ API to work with the windows task scheduler.
14 */ 16 */
15 17
16 #include <QString> 18 #include <QString>
17 #include <QTime> 19 #include <QTime>
18 #ifndef INITGUID 20 #ifndef INITGUID

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