summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/mainwindow.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/mainwindow.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/mainwindow.h')
-rw-r--r--examples/nfc/ndefeditor/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/nfc/ndefeditor/mainwindow.h b/examples/nfc/ndefeditor/mainwindow.h
index 9018cbfb..234efcd2 100644
--- a/examples/nfc/ndefeditor/mainwindow.h
+++ b/examples/nfc/ndefeditor/mainwindow.h
@@ -73,11 +73,12 @@ public:
~MainWindow();
private slots:
+ //! [0]
void addNfcTextRecord();
void addNfcUriRecord();
void addMimeImageRecord();
void addEmptyRecord();
-
+ //! [0]
void clearMessage();
void loadMessage();