QTfrontend/ui/page/AbstractPage.h
changeset 8729 b19be476a2fa
parent 8384 a6e7a95f3b2e
child 9080 9b42757d7e71
equal deleted inserted replaced
8728:d2f6262452a3 8729:b19be476a2fa
    68         /**
    68         /**
    69         * @brief Changes the desc defaut text
    69         * @brief Changes the desc defaut text
    70         *
    70         *
    71         * @param text the defaut desc
    71         * @param text the defaut desc
    72         */
    72         */
    73         void setDefautDescription(QString text);
    73         void setDefaultDescription(QString text);
    74 
    74 
    75         /**
    75         /**
    76         * @brief Get the desc defaut text
    76         * @brief Get the desc defaut text
    77         */
    77         */
    78         QString * getDefautDescription();
    78         QString * getDefaultDescription();
    79 
    79 
    80     signals:
    80     signals:
    81 
    81 
    82         /**
    82         /**
    83          * @brief This signal is emitted when going back to the previous is
    83          * @brief This signal is emitted when going back to the previous is