qt5base-lts/src/corelib
Marc Mutz 613449a58d QDate: don't spend code size covering the impossible case
All other similar functions in QDate just return an empty string
in case none of the switch labels would trigger (which would now
cause a compiler warning, after removing the default case label),
so do that here, too.

Saves 44B in text size.

Change-Id: I80ee4975082706adcd15fe89511d08c67e149324
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-03-25 10:18:25 +00:00
..
animation Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
arch Add missing fetchAndXxx methods to atomic classes based on std::atomic 2015-03-05 00:05:00 +00:00
codecs Fix support for iso8859-16 when compiling with ICU 2015-03-18 07:34:55 +00:00
doc Doc: corrected snippet issue in Defining Plugins doc 2015-03-11 09:01:46 +00:00
global Make Q_ASSERT_X also check its argument for validity 2015-03-12 04:23:45 +00:00
io Sort the entries in QDir by using the QDateTime::msecsTo() 2015-03-20 13:51:40 +00:00
itemmodels Make QPersistentModelIndex an internal meta-type 2015-03-06 07:07:39 +00:00
json Make sure remove() doesn't corrupt the json object 2015-03-18 07:34:59 +00:00
kernel Fix source incompatibility while connecting signals with forward declared arguments 2015-03-18 07:33:19 +00:00
mimetypes Introduce QT_NO_MIMETYPE 2015-02-17 00:06:47 +00:00
plugin Doc: corrected snippet issue in Defining Plugins doc 2015-03-11 09:01:46 +00:00
statemachine Update copyright headers 2015-02-11 06:49:51 +00:00
thread Add missing \since tag for the documentation for loopLevel() 2015-03-12 06:50:28 +00:00
tools QDate: don't spend code size covering the impossible case 2015-03-25 10:18:25 +00:00
xml Fixed license headers 2015-02-17 18:46:09 +00:00
corelib.pro Use simd.prf for building MIPS DSP code 2014-07-25 17:48:39 +02:00
eval.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
Qt5Config.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5CoreConfigExtras.cmake.in Fixing Qt5CoreConfigExtras.cmake.in 2015-02-20 23:58:29 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreMacros.cmake CMake: Fix regression with quoted OPTIONS parameter 2015-03-11 07:31:33 +00:00
Qt5CTestMacros.cmake CMake: Introduce qt5_add_binary_resources 2015-02-11 20:59:35 +00:00
QtCore.dynlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00