summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2019-06-26 12:12:17 +0200
committerAdriaan de Groot <groot@kde.org>2019-06-26 12:12:17 +0200
commit08b24b9ea22e70b31e42e135db1e9aaf674db033 (patch)
tree4c1fd8c2e6b9c2f7bca833009bdf10fb64afcd11
parentb7ffa3109d3265eb2b6488b8e88093e6594f08bc (diff)
[libcalamaresui] Fix Doxygen comments
-rw-r--r--src/libcalamaresui/ExecutionViewStep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcalamaresui/ExecutionViewStep.h b/src/libcalamaresui/ExecutionViewStep.h
index c1183e110..63594b151 100644
--- a/src/libcalamaresui/ExecutionViewStep.h
+++ b/src/libcalamaresui/ExecutionViewStep.h
@@ -69,11 +69,11 @@ private:
QLabel* m_label;
QQuickWidget* m_qmlShow;
QQmlComponent* m_qmlComponent;
- QQuickItem* m_qmlObject; //< The actual show
+ QQuickItem* m_qmlObject; ///< The actual show
QStringList m_jobInstanceKeys;
- void loadQmlV2(); //< Loads the slideshow QML (from branding) for API version 2
+ void loadQmlV2(); ///< Loads the slideshow QML (from branding) for API version 2
void updateFromJobQueue( qreal percent, const QString& message );
};