forked from qt-creator/qt-creator
Fixed warnings from clang -Wdocumentation
Change-Id: Ib3ed1d3733ccfd78780640d70e14313d0cbb101f Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
d94e7f259b
commit
4a6a13d30b
@@ -112,7 +112,7 @@ public slots:
|
||||
|
||||
/*!
|
||||
\brief Receive a new data for the tree
|
||||
\param Result - root item
|
||||
\param result Pointer to the Class View model root item, method does nothing if null passed
|
||||
*/
|
||||
void onDataUpdate(QSharedPointer<QStandardItem> result);
|
||||
|
||||
@@ -125,8 +125,8 @@ public slots:
|
||||
protected:
|
||||
/*!
|
||||
\brief Fetch data for expanded items - to be sure that content will exist
|
||||
\param item
|
||||
\param target
|
||||
\param item - does nothing if null
|
||||
\param target - does nothing if null
|
||||
*/
|
||||
void fetchExpandedItems(QStandardItem *item, const QStandardItem *target) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user