X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2Fresultdialog.h;h=32818d307001c79c29b2c022a615157da37a1fc7;hb=650127cdd4d2a4f8c7ade0f227b0d3f11073e6bc;hp=41722babef01a1f418e533bd58ba5f3fa6486039;hpb=ceaaf5439cc6d92466365b40e68f28744b0421a3;p=speedfreak diff --git a/Client/resultdialog.h b/Client/resultdialog.h index 41722ba..32818d3 100644 --- a/Client/resultdialog.h +++ b/Client/resultdialog.h @@ -35,6 +35,7 @@ protected: private: QPoint changeMeasuresToDiagramPoint(int aSpeed, qreal aTime); void setTimesIntoLabels(); + void setTimeAxelLength(); private: Ui::ResultDialog *ui; @@ -43,6 +44,7 @@ private: double diagramGapHorizontal; QStringList speedList; QStringList timeList; + int timeAxelLength; private slots: void on_pushButtonSend_clicked();