Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/MessageWidget.cpp')
-rw-r--r--src/gui/MessageWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/MessageWidget.cpp b/src/gui/MessageWidget.cpp
index 494a81542..6479dd280 100644
--- a/src/gui/MessageWidget.cpp
+++ b/src/gui/MessageWidget.cpp
@@ -103,4 +103,4 @@ void MessageWidget::openHttpUrl(const QString& link)
if (link.startsWith("http://") || link.startsWith("https://")) {
QDesktopServices::openUrl(QUrl(link));
}
-} \ No newline at end of file
+}