Skip to content

Commit 681e208

Browse files
committed
DOC: Improve ctkSettingsDialog API documentation
Added a single clarification comment.
1 parent 30237e9 commit 681e208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Libs/Widgets/ctkSettingsDialog.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ class CTK_WIDGETS_EXPORT ctkSettingsDialog : public QDialog
6666
QSettings* settings()const;
6767
void setSettings(QSettings* settings);
6868

69+
/// Get the panel based on its title. The title is the string displayed to
70+
/// users therefore it is a localized string (translated to different languages).
6971
ctkSettingsPanel* panel(const QString& panel)const;
7072
ctkSettingsPanel* currentPanel()const;
7173

0 commit comments

Comments
 (0)