mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +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()
|
||||
{
|
||||
|
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user