]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiProgressView.cpp
Use one place to generate current time string, increase resolution to ms
[features.git] / src / frontends / qt4 / GuiProgressView.cpp
index 5aafbda598a44b238eca1d669c2b605b9859b472..a608c53442b93b6bd8a7b154acf4b14f7b54b45b 100644 (file)
@@ -190,7 +190,7 @@ void GuiProgressView::appendText(QString const & text)
 {
        if (text.isEmpty() || !widget_->sbarCB->isChecked())
                return;
-       QString str = QTime::currentTime().toString();
+       QString str = GuiProgress::currentTime();
        str += ": " + text;
        if (!text.endsWith("\n"))
                str += "\n";