aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/TextEdit.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-04 09:03:18 +0000
committerSaturneric <[email protected]>2022-01-04 09:03:18 +0000
commit4b1c63107929e9c5415e75b696876f65eeac9ac3 (patch)
treef37c79244e141af7600c87518dd1da9edc3378ba /src/ui/widgets/TextEdit.h
parent<fix>(core): fix windows build problem (diff)
downloadGpgFrontend-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.h2
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