QTfrontend/ui/widget/MinesTimeSpinBox.h
changeset 12829 c75781937859
parent 11820 68bc5ebce319
equal deleted inserted replaced
12828:e2e372449c19 12829:c75781937859
    42          */
    42          */
    43         MinesTimeSpinBox(QWidget * parent);
    43         MinesTimeSpinBox(QWidget * parent);
    44 
    44 
    45     protected:
    45     protected:
    46         /**
    46         /**
    47          * Returns it's value localized.
    47          * Returns its value localized.
    48          * @param value integer value to be representing as string.
    48          * @param value integer value to be representing as string.
    49          * @return string representation
    49          * @return string representation
    50          */
    50          */
    51         QString textFromValue(int value) const;
    51         QString textFromValue(int value) const;
    52 };
    52 };