diff options
author | Saturneric <[email protected]> | 2022-01-04 09:03:18 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-04 09:03:18 +0000 |
commit | 4b1c63107929e9c5415e75b696876f65eeac9ac3 (patch) | |
tree | f37c79244e141af7600c87518dd1da9edc3378ba /src/ui/widgets/TextEdit.h | |
parent | <fix>(core): fix windows build problem (diff) | |
download | GpgFrontend-4b1c63107929e9c5415e75b696876f65eeac9ac3.tar.gz GpgFrontend-4b1c63107929e9c5415e75b696876f65eeac9ac3.zip |
<fix>(ui): improve ui.
Diffstat (limited to 'src/ui/widgets/TextEdit.h')
-rw-r--r-- | src/ui/widgets/TextEdit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/TextEdit.h b/src/ui/widgets/TextEdit.h index 3cff74e7..e877ccc1 100644 --- a/src/ui/widgets/TextEdit.h +++ b/src/ui/widgets/TextEdit.h @@ -185,7 +185,7 @@ class TextEdit : public QWidget { * @param a filename path * @return QString containing the filename */ - static QString strippedName(const QString& fullFileName); + static QString strippedName(const QString& full_file_name); /** * @brief |