Skip to content

Commit 5f8a825

Browse files
committed
Remove obsolete comment header
1 parent 35b13f1 commit 5f8a825

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/models/settingsmodel.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,6 @@ void SettingsModel::setAdapterCurrentConfig(const QString& adapterId, const QJso
202202
emit adapterDataChanged(adapterId);
203203
}
204204

205-
/*! \brief Update adapter metadata from an adapter.describe response and notify observers.
206-
*
207-
* Parses name, version, schema, defaults and capabilities from \a describeResult
208-
* and stores them in the adapter entry, then emits adapterDataChanged().
209-
* \param adapterId The adapter identifier string.
210-
* \param describeResult The full JSON object returned by adapter.describe.
211-
*/
212205
/*! \brief Store the register schema from an adapter.registerSchema response and notify observers.
213206
* \param adapterId The adapter identifier string.
214207
* \param schema The full register schema object (addressSchema, dataTypes, defaultDataType).

0 commit comments

Comments
 (0)