[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdereview/ktimechooser
From:       Michael Leupold <lemma () confuego ! org>
Date:       2010-11-25 19:08:51
Message-ID: 20101125190851.81263AC8A2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1200786 by mleupold:

Fix compiler warning.

 M  +1 -1      ktimevalidator.cpp  


--- trunk/kdereview/ktimechooser/ktimevalidator.cpp #1200785:1200786
@@ -403,7 +403,7 @@
     bool amPmDecideable = false;
     includeSecs = ((d->m_options & KLocale::TimeWithoutSeconds) != KLocale::TimeWithoutSeconds);
     if (includeSecs && d->m_rxLocWsAc.exactMatch(input)) {
-        time = KGlobal::locale()->readLocaleTime(input, &ok, d->m_options, false);
+        time = KGlobal::locale()->readLocaleTime(input, &ok, d->m_options, KLocale::ProcessNonStrict);
         if (!ok) {
             time = QTime();
         } else if (d->m_ampmposition != AmPmNotPresent) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic