mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
No need for time in statusbar for normal messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32631 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1fdb7a0b5a
commit
da970d5269
@ -78,8 +78,7 @@ void GuiProgress::doProcessFinished(QString const & cmd)
|
|||||||
|
|
||||||
void GuiProgress::doAppendMessage(QString const & msg)
|
void GuiProgress::doAppendMessage(QString const & msg)
|
||||||
{
|
{
|
||||||
QString time = QTime::currentTime().toString();
|
appendText(msg);
|
||||||
appendText(time + " : " + msg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user