X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fprofiledialog.cpp;fp=Client%2Fprofiledialog.cpp;h=20ab700d7f2eb682a3098946804f3c4da60b7ab7;hp=276c2098996ba4c814dc7ac28db84a0d59351dd6;hb=59a7180931986f4d9420f6b4f1beb85f078fd309;hpb=eb8665a8c4b6a15a9d5a9f5b348432293d171ae6 diff --git a/Client/profiledialog.cpp b/Client/profiledialog.cpp index 276c209..20ab700 100644 --- a/Client/profiledialog.cpp +++ b/Client/profiledialog.cpp @@ -21,6 +21,7 @@ /** * Constructor of this class. + * * @param QWidget pointer to parent object. By default the value is NULL. */ ProfileDialog::ProfileDialog(SettingsDialog *parent) : QDialog(parent), ui(new Ui::ProfileDialog) @@ -117,7 +118,8 @@ void ProfileDialog::on_buttonImage_clicked() /** * This function load picture. - * @param QString + * + * @param QString file name */ void ProfileDialog::loadPicture(QString fileName) { @@ -136,6 +138,7 @@ void ProfileDialog::loadPicture(QString fileName) /** * This slot function called when save button clicked. + * * @todo server connection */ void ProfileDialog::on_buttonSave_clicked() @@ -152,8 +155,9 @@ void ProfileDialog::on_buttonSave_clicked() } /** - * This get function return manufacturer - * @return QString + * Get function return manufacturer. + * + * @return QString manufacturer */ QString ProfileDialog::getManufacturer() { @@ -161,8 +165,9 @@ QString ProfileDialog::getManufacturer() } /** - * This get function return type - * @return QString + * Get function return type. + * + * @return QString type */ QString ProfileDialog::getType() { @@ -170,8 +175,9 @@ QString ProfileDialog::getType() } /** - * This get function return model - * @return QString + * Get function return model. + * + * @return QString model */ QString ProfileDialog::getModel() { @@ -179,8 +185,9 @@ QString ProfileDialog::getModel() } /** - * This get function return description - * @return QString + * Get function return description. + * + * @return QString description */ QString ProfileDialog::getDescription() { @@ -188,8 +195,9 @@ QString ProfileDialog::getDescription() } /** - * This get function return description - * @return QString + * Get function return picture. + * + * @return QString picture */ QString ProfileDialog::getPicture() { @@ -197,8 +205,9 @@ QString ProfileDialog::getPicture() } /** - * This set function set manufacturer - * @param QString + * This function set manufacturer. + * + * @param QString manufacturer */ void ProfileDialog::setManufacturer(QString m) { @@ -207,8 +216,9 @@ void ProfileDialog::setManufacturer(QString m) } /** - * This set function set type - * @param QString + * This function set type. + * + * @param QString type */ void ProfileDialog::setType(QString t) { @@ -217,8 +227,9 @@ void ProfileDialog::setType(QString t) } /** - * This set function set model - * @param QString + * This function set model. + * + * @param QString model */ void ProfileDialog::setModel(QString m) { @@ -227,8 +238,9 @@ void ProfileDialog::setModel(QString m) } /** - * This set function set description - * @param QString + * This function set description. + * + * @param QString description */ void ProfileDialog::setDescription(QString d) { @@ -237,8 +249,9 @@ void ProfileDialog::setDescription(QString d) } /** - * This set function set description - * @param QString + * This function set description. + * + * @param QString picture */ void ProfileDialog::setPicture(QString p) { @@ -247,8 +260,9 @@ void ProfileDialog::setPicture(QString p) } /** - * This function set label info text to user - * @param QString + * This function set label info text to user. + * + * @param QString info text */ void ProfileDialog::setLabelInfoToUser(QString infoText) {