summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/mimeimagerecordeditor.h
diff options
context:
space:
mode:
authorAndrew O'Doherty <andrew.odoherty@qt.io>2018-02-01 13:27:28 +0100
committerAndrew O'Doherty <andrew.odoherty@qt.io>2018-03-06 08:48:38 +0000
commitbeaca75d17de2c1b0cfe1c70a1f3d37a3f8ac669 (patch)
tree08330ef3850f19afe1e1f3b343ce2026430af60d /examples/nfc/ndefeditor/mimeimagerecordeditor.h
parenta0188acf80824e26632b8e008c22a4d2074d909a (diff)
Revamp Qt NFC examples: documentation update
Update the documentation of the ndefeditor example Task-number: QTBUG-60644 Change-Id: Id74ee10565dd812fcf51db151f641549d3d60682 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/nfc/ndefeditor/mimeimagerecordeditor.h')
-rw-r--r--examples/nfc/ndefeditor/mimeimagerecordeditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nfc/ndefeditor/mimeimagerecordeditor.h b/examples/nfc/ndefeditor/mimeimagerecordeditor.h
index 1e810f64..44cd084b 100644
--- a/examples/nfc/ndefeditor/mimeimagerecordeditor.h
+++ b/examples/nfc/ndefeditor/mimeimagerecordeditor.h
@@ -64,7 +64,7 @@ namespace Ui {
}
QT_END_NAMESPACE
-
+//! [0]
class MimeImageRecordEditor : public QWidget
{
Q_OBJECT
@@ -83,5 +83,5 @@ private:
private slots:
void on_mimeImageOpen_clicked();
};
-
+//! [0]
#endif // MIMEIMAGERECORDEDITOR_H