Warning, /frameworks/kholidays/README.md is written in an unsupported language. File is not indexed.

0001 # KHolidays #
0002 
0003 Dates for holidays and other special events
0004 
0005 ## Introduction
0006 
0007 This library provides a C++ API that determines holiday and other
0008 special events for a geographical region.
0009 
0010 ## Testing New Holiday Files
0011 
0012 * Put the new file in place under holidays/plan2.
0013 * Edit the holidays/holidays.qrc file accordingly.
0014 ```
0015 % cd <builddir>
0016 % make install && QT_LOGGING_RULES="*.debug=true" ./bin/testholidayregion -maxwarnings 0 >& foo.txt
0017 ```
0018 * Look for lines containing "syntax error" in foo.txt.
0019 * Fix any such syntax errors and then you can commit.
0020 
0021