From d879569fce39cb38991384a1851eeb42eca6e16f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Mar 2023 20:45:24 +0900 Subject: Added SettingsPaths code. Signed-off-by: Michele Calgaro --- src/AboutDialog.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/AboutDialog.cpp') diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 51a0653..9bb119d 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -31,12 +31,12 @@ #include #include -/*! +/* \class AboutDialog \brief Displays a dialog window with information about UniversalIndentGUI */ -/*! +/* \brief The constructor calls the setup function for the ui created by uic and adds the GPL text to the text edit. */ @@ -104,7 +104,7 @@ AboutDialog::AboutDialog(TQWidget *parent, WFlags flags) : connect(okButton, SIGNAL(clicked()), this, SLOT(accept())); } -/*! +/* \brief Catches language change events and retranslates all needed widgets. */ void AboutDialog::changeEvent(TQEvent *event) @@ -125,7 +125,7 @@ void AboutDialog::changeEvent(TQEvent *event) //---- } } -/*! +/* \brief Reimplements the dialog execution function to init the credits scroller. */ void AboutDialog::show() @@ -135,7 +135,7 @@ void AboutDialog::show() AboutDialogBase::show(); } -/*! +/* \brief This slot is called each m_timer timeout to scroll the credits textbrowser. Also changes the scroll direction and speed when reaching the start or end. */ -- cgit v1.2.3