From 432c17938e815a66cd95fce1f0a33e1753730568 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 18 Sep 2011 15:53:22 +1000 Subject: [PATCH] remove the previous tempory hours display --- Graphs/gXAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphs/gXAxis.cpp b/Graphs/gXAxis.cpp index 676416df..ec4e684e 100644 --- a/Graphs/gXAxis.cpp +++ b/Graphs/gXAxis.cpp @@ -176,7 +176,7 @@ void gXAxis::paint(gGraph & w,int left,int top, int width, int height) if (fitmode==0) { int d=(j/1000); QDateTime dt=QDateTime::fromTime_t(d).toUTC(); - tmpstr=dt.toString("MMM dd hh"); + tmpstr=dt.toString("MMM dd"); //} else if (fitmode==0) { // tmpstr=QString("%1 %2:%3").arg(dow[d]).arg(h,2,10,QChar('0')).arg(m,2,10,QChar('0')); } else if (fitmode==1) { // minute