X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Fresultdialog.h;h=32818d307001c79c29b2c022a615157da37a1fc7;hb=37c99808b1ba47c4e1ef4852d6ca3890e6e9c8ef;hp=41722babef01a1f418e533bd58ba5f3fa6486039;hpb=0c0a99608a4887eb4af4defa6b0edfd439baa148;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();