summaryrefslogtreecommitdiffstats
path: root/src/AboutDialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-03-05 20:45:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-03-05 20:45:24 +0900
commitd879569fce39cb38991384a1851eeb42eca6e16f (patch)
tree3036f0292c863573f680bbb15088ae1aa8b15533 /src/AboutDialog.cpp
parent4e57686976724d784d154620b3e81a9d459f601b (diff)
downloaduniversal-indent-gui-tqt-d879569fce39cb38991384a1851eeb42eca6e16f.tar.gz
universal-indent-gui-tqt-d879569fce39cb38991384a1851eeb42eca6e16f.zip
Added SettingsPaths code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/AboutDialog.cpp')
-rw-r--r--src/AboutDialog.cpp10
1 files changed, 5 insertions, 5 deletions
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 <tqscrollbar.h>
#include <tqtimer.h>
-/*!
+/*
\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.
*/