Fixed warnings from clang -Wdocumentation

Change-Id: Ib3ed1d3733ccfd78780640d70e14313d0cbb101f
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Sergey Shambir
2012-12-29 20:43:39 +04:00
committed by Erik Verbruggen
parent d94e7f259b
commit 4a6a13d30b
7 changed files with 12 additions and 15 deletions

View File

@@ -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;