mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46:11 +00:00
Use proper docstrings
This commit is contained in:
parent
272cf68818
commit
4d306616f9
@ -1597,7 +1597,7 @@ void MainWindow::messageBoxWarning(QString title, QString message)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief When theme changed, change icons which have a special version for the theme.
|
* @brief When theme changed, change icons which have a special version for the theme.
|
||||||
*/
|
*/
|
||||||
void MainWindow::chooseThemeIcons()
|
void MainWindow::chooseThemeIcons()
|
||||||
{
|
{
|
||||||
|
@ -301,7 +301,7 @@ void DebugActions::setAllActionsVisible(bool visible)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief When theme changed, change icons which have a special version for the theme.
|
* @brief When theme changed, change icons which have a special version for the theme.
|
||||||
*/
|
*/
|
||||||
void DebugActions::chooseThemeIcons()
|
void DebugActions::chooseThemeIcons()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user