remove the previous tempory hours display

This commit is contained in:
Mark Watkins 2011-09-18 15:53:22 +10:00
parent 5df4fb96f8
commit 432c17938e

View File

@ -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