Skip to content

Commit 6365d24

Browse files
committed
completed updater doc
1 parent e116379 commit 6365d24

File tree

6 files changed

+356
-221
lines changed

6 files changed

+356
-221
lines changed

doc/updateinstaller.dox

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The flags indicate which features are supported and which are not.
3636
/*!
3737
@property QtAutoUpdater::UpdateInstaller::components
3838

39-
@default{`<empty>`}
39+
@default{_&lt;empty&gt;_}
4040

4141
This property only returns enabled components. If a component was disabled by the user, it is not
4242
visible via this property. You can thuse use this to figure out which components are actually
@@ -55,7 +55,7 @@ through this property.
5555
/*!
5656
@property QtAutoUpdater::UpdateInstaller::componentModel
5757

58-
@default{`<instance>`}
58+
@default{_&lt;instance&gt;_}
5959

6060
By default, the model provides the following roles and columns. Strings represent those accessible
6161
from QML via role names, others are enum values for access via C++.
@@ -90,7 +90,7 @@ UpdateInstaller::features
9090
/*!
9191
@property QtAutoUpdater::UpdateInstaller::progressModel
9292

93-
@default{`<instance>`}
93+
@default{_&lt;instance&gt;_}
9494

9595
By default, the model provides the following roles and columns. Strings represent those accessible
9696
from QML via role names, others are enum values for access via C++. None are writable. "progress"

0 commit comments

Comments
 (0)