X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fui%2Fupdatelocation%2Fupdatelocationdialog.cpp;h=8020ba1ddc11355178f8f977b3da3aea80ae42ec;hb=fbb2c069faf0bd485cd32530ab31f8c24914d63b;hp=a578bb5fef832ee6b8bcd2f59a55899f85287c70;hpb=4f1728297979fb2e51017b142c4c18238f66f452;p=situare diff --git a/src/ui/updatelocation/updatelocationdialog.cpp b/src/ui/updatelocation/updatelocationdialog.cpp index a578bb5..8020ba1 100755 --- a/src/ui/updatelocation/updatelocationdialog.cpp +++ b/src/ui/updatelocation/updatelocationdialog.cpp @@ -66,6 +66,15 @@ UpdateLocationDialog::UpdateLocationDialog(QWidget *parent) UpdateLocationDialog::~UpdateLocationDialog() { qDebug() << __PRETTY_FUNCTION__; + + // emit m_textEdit sisältö userInfo luokalle talteen +} + +void UpdateLocationDialog::saveMessageAndClose() +{ + qDebug() << __PRETTY_FUNCTION__ << "NONIIN NONIIN"; + + } void UpdateLocationDialog::setAddress(const QString &address) @@ -76,10 +85,10 @@ void UpdateLocationDialog::setAddress(const QString &address) void UpdateLocationDialog::sendUpdate() { - qDebug() << __PRETTY_FUNCTION__; + qDebug() << __PRETTY_FUNCTION__; // coordinates for this call will be get from somewhere, map etc... - emit statusUpdate(m_textEdit->toPlainText(), m_checkBox->isChecked()); + emit statusUpdate(m_textEdit->toPlainText(), m_checkBox->isChecked()); - this->close(); + //this->close(); }