mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 14:43:30 +02:00
QString::KeepEmptyParts -> Qt::KeepEmptyParts #993
This commit is contained in:
parent
4c4c24b1b9
commit
4878686f9b
@ -136,7 +136,7 @@ void RDTimeEdit::fixup(QString &input) const
|
|||||||
// Don't allow higher precision than tenths of a second
|
// Don't allow higher precision than tenths of a second
|
||||||
//
|
//
|
||||||
if(d_show_tenths) {
|
if(d_show_tenths) {
|
||||||
QStringList f0=input.split(".",QString::KeepEmptyParts);
|
QStringList f0=input.split(".",Qt::KeepEmptyParts);
|
||||||
if(f0.size()==2) {
|
if(f0.size()==2) {
|
||||||
QStringList f1=f0.at(1).split(" ");
|
QStringList f1=f0.at(1).split(" ");
|
||||||
if(f1.at(0).length()>1) {
|
if(f1.at(0).length()>1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user