UniversalIndentGUI 1.2.0
|
Functions | |
QString | getBuildDate () |
Returns the build date as a localized string, e.g. "9. Februar 2009". If there was some kind of error, the returned string is empty. | |
QString | getBuildRevision () |
Returns the revision number, that the current build is based on, as string. If there was some kind of error, the returned string is empty. |
QString UiGuiVersion::getBuildDate | ( | ) |
Returns the build date as a localized string, e.g. "9. Februar 2009". If there was some kind of error, the returned string is empty.
Definition at line 31 of file UiGuiVersion.cpp.
Referenced by AboutDialog::AboutDialog(), and AboutDialog::changeEvent().
QString UiGuiVersion::getBuildRevision | ( | ) |
Returns the revision number, that the current build is based on, as string. If there was some kind of error, the returned string is empty.
Definition at line 51 of file UiGuiVersion.cpp.
References PROGRAM_REVISION.
Referenced by AboutDialog::AboutDialog(), and AboutDialog::changeEvent().