[Turqstat-commits] [SCM] Turquoise SuperStat - http://www.softwolves.pp.se/sw/software/turquoise branch, xturqstat-win32, updated. release-3.0-2-16-g60148a3

Peter Karlsson peter at softwolves.pp.se
Wed Mar 26 10:15:13 UTC 2008


The following commit has been merged in the xturqstat-win32 branch:
commit 60148a38562d2205e14968dfd5dadb61ddc95235
Author: Peter Karlsson <peter at softwolves.pp.se>
Date:   Wed Mar 26 11:04:30 2008 +0100

    Fixed typo in Qt 4 conversion.

diff --git a/ChangeLog b/ChangeLog
index e36e4e7..59c10fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
   configure.in
     Fixes for Qt 4.
 
+  qtprogress.cpp
+    Porting to Qt 4.
+
 2008-03-24 - Peter Karlsson <peter at softwolves.pp.se>
   Makefile.in
   configure.in
diff --git a/qtprogress.cpp b/qtprogress.cpp
index bfce1aa..84255b3 100644
--- a/qtprogress.cpp
+++ b/qtprogress.cpp
@@ -31,5 +31,5 @@ ProgressText::ProgressText(QWidget *parent, const QString &title)
 	m_progress_p = new QLabel("0", this);
 	layout_p->addWidget(m_progress_p, 1, 0);
 	QLabel *l_p = new QLabel(tr("message(s) read"), this);
-	layout_p->addWidget(m_progress_p, 1, 1);
+	layout_p->addWidget(l_p, 1, 1);
 }

-- 
Turquoise SuperStat - http://www.softwolves.pp.se/sw/software/turquoise



More information about the Turqstat-commits mailing list