mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[libcalamaresui] Fix Doxygen comments
This commit is contained in:
parent
b7ffa3109d
commit
08b24b9ea2
1 changed files with 2 additions and 2 deletions
|
@ -69,11 +69,11 @@ private:
|
||||||
QLabel* m_label;
|
QLabel* m_label;
|
||||||
QQuickWidget* m_qmlShow;
|
QQuickWidget* m_qmlShow;
|
||||||
QQmlComponent* m_qmlComponent;
|
QQmlComponent* m_qmlComponent;
|
||||||
QQuickItem* m_qmlObject; //< The actual show
|
QQuickItem* m_qmlObject; ///< The actual show
|
||||||
|
|
||||||
QStringList m_jobInstanceKeys;
|
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 );
|
void updateFromJobQueue( qreal percent, const QString& message );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue