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:
authorLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 23:01:30 +0300
committerLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 23:01:30 +0300
commit8324d03f0a015e62b6182843b4478226a5197090 (patch)
treefaf34febaec7c7e764d357dc5e439f6f2b1fcaf3 /src/gui/Application.h
parent74efc57369b068a0f93cb84ac68b6c17f64c8abe (diff)
Formatting the code.
Diffstat (limited to 'src/gui/Application.h')
-rw-r--r--src/gui/Application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Application.h b/src/gui/Application.h
index 1f5759368..a6c6fdf90 100644
--- a/src/gui/Application.h
+++ b/src/gui/Application.h
@@ -56,7 +56,7 @@ private slots:
private:
QWidget* m_mainWindow;
-
+
#if defined(Q_OS_UNIX)
/**
* Register Unix signals such as SIGINT and SIGTERM for clean shutdown.