From 08b24b9ea22e70b31e42e135db1e9aaf674db033 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 26 Jun 2019 12:12:17 +0200 Subject: [PATCH] [libcalamaresui] Fix Doxygen comments --- src/libcalamaresui/ExecutionViewStep.h | 4 ++-- 1 file 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 ); };