Changeset 561 for trunk/src/xmlpatterns/functions/qdatetimefns_p.h
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/xmlpatterns/functions/qdatetimefns_p.h
r2 r561 2 2 ** 3 3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 4 ** Contact: Qt Software Information (qt-info@nokia.com) 4 ** All rights reserved. 5 ** Contact: Nokia Corporation (qt-info@nokia.com) 5 6 ** 6 7 ** This file is part of the QtXmlPatterns module of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 23 ** In addition, as a special exception, Nokia gives you certain 24 ** additional rights. These rights are described in the Nokia Qt LGPL 25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this 26 ** package. 24 ** In addition, as a special exception, Nokia gives you certain additional 25 ** rights. These rights are described in the Nokia Qt LGPL Exception 26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** contact the sales department at qt-sales@nokia.com.36 ** If you have questions regarding the use of this file, please contact 37 ** Nokia at qt-info@nokia.com. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 89 89 * 90 90 * @ingroup Patternist_functions 91 * @author Frans Englich <f englich@trolltech.com>91 * @author Frans Englich <frans.englich@nokia.com> 92 92 */ 93 93 template<typename TSubClass> … … 106 106 * 107 107 * @ingroup Patternist_functions 108 * @author Frans Englich <f englich@trolltech.com>108 * @author Frans Englich <frans.englich@nokia.com> 109 109 */ 110 110 class YearsFromDurationFN : public ExtractFromDurationFN<YearsFromDurationFN> … … 118 118 * 119 119 * @ingroup Patternist_functions 120 * @author Frans Englich <f englich@trolltech.com>120 * @author Frans Englich <frans.englich@nokia.com> 121 121 */ 122 122 class MonthsFromDurationFN : public ExtractFromDurationFN<MonthsFromDurationFN> … … 130 130 * 131 131 * @ingroup Patternist_functions 132 * @author Frans Englich <f englich@trolltech.com>132 * @author Frans Englich <frans.englich@nokia.com> 133 133 */ 134 134 class DaysFromDurationFN : public ExtractFromDurationFN<DaysFromDurationFN> … … 142 142 * 143 143 * @ingroup Patternist_functions 144 * @author Frans Englich <f englich@trolltech.com>144 * @author Frans Englich <frans.englich@nokia.com> 145 145 */ 146 146 class HoursFromDurationFN : public ExtractFromDurationFN<HoursFromDurationFN> … … 154 154 * 155 155 * @ingroup Patternist_functions 156 * @author Frans Englich <f englich@trolltech.com>156 * @author Frans Englich <frans.englich@nokia.com> 157 157 */ 158 158 class MinutesFromDurationFN : public ExtractFromDurationFN<MinutesFromDurationFN> … … 166 166 * 167 167 * @ingroup Patternist_functions 168 * @author Frans Englich <f englich@trolltech.com>168 * @author Frans Englich <frans.englich@nokia.com> 169 169 */ 170 170 class SecondsFromDurationFN : public ExtractFromDurationFN<SecondsFromDurationFN> … … 188 188 * 189 189 * @ingroup Patternist_functions 190 * @author Frans Englich <f englich@trolltech.com>190 * @author Frans Englich <frans.englich@nokia.com> 191 191 */ 192 192 template<typename TSubClass> … … 206 206 * 207 207 * @ingroup Patternist_functions 208 * @author Frans Englich <f englich@trolltech.com>208 * @author Frans Englich <frans.englich@nokia.com> 209 209 */ 210 210 class YearFromAbstractDateTimeFN : public ExtractFromDateTimeFN<YearFromAbstractDateTimeFN> … … 219 219 * 220 220 * @ingroup Patternist_functions 221 * @author Frans Englich <f englich@trolltech.com>221 * @author Frans Englich <frans.englich@nokia.com> 222 222 */ 223 223 class DayFromAbstractDateTimeFN : public ExtractFromDateTimeFN<DayFromAbstractDateTimeFN> … … 233 233 * 234 234 * @ingroup Patternist_functions 235 * @author Frans Englich <f englich@trolltech.com>235 * @author Frans Englich <frans.englich@nokia.com> 236 236 */ 237 237 class HoursFromAbstractDateTimeFN : public ExtractFromDateTimeFN<HoursFromAbstractDateTimeFN> … … 247 247 * 248 248 * @ingroup Patternist_functions 249 * @author Frans Englich <f englich@trolltech.com>249 * @author Frans Englich <frans.englich@nokia.com> 250 250 */ 251 251 class MinutesFromAbstractDateTimeFN : public ExtractFromDateTimeFN<MinutesFromAbstractDateTimeFN> … … 261 261 * 262 262 * @ingroup Patternist_functions 263 * @author Frans Englich <f englich@trolltech.com>263 * @author Frans Englich <frans.englich@nokia.com> 264 264 */ 265 265 class SecondsFromAbstractDateTimeFN : public ExtractFromDateTimeFN<SecondsFromAbstractDateTimeFN> … … 275 275 * 276 276 * @ingroup Patternist_functions 277 * @author Frans Englich <f englich@trolltech.com>277 * @author Frans Englich <frans.englich@nokia.com> 278 278 */ 279 279 class TimezoneFromAbstractDateTimeFN : public ExtractFromDateTimeFN<TimezoneFromAbstractDateTimeFN> … … 287 287 * 288 288 * @ingroup Patternist_functions 289 * @author Frans Englich <f englich@trolltech.com>289 * @author Frans Englich <frans.englich@nokia.com> 290 290 */ 291 291 class MonthFromAbstractDateTimeFN : public ExtractFromDateTimeFN<MonthFromAbstractDateTimeFN>
Note:
See TracChangeset
for help on using the changeset viewer.