diff options
author | jan Iversen <jan@casacondor.com> | 2020-01-15 09:52:08 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-30 07:53:12 +0200 |
commit | 5a7ebe15a5bd278c581038d1e38e7a5f589c2edc (patch) | |
tree | 5cc4ed16d18e85abf5dd7b82975a60671c438449 /mobile-widgets/themeinterface.cpp | |
parent | 8339384eeb62198465f2c869a244d40f0ed2e288 (diff) | |
download | subsurface-5a7ebe15a5bd278c581038d1e38e7a5f589c2edc.tar.gz |
mobile-widgets: correct empty lines
Remove extra empty lines in themeinterface.cpp just a cleanup, no functionality
change.
Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/themeinterface.cpp')
-rw-r--r-- | mobile-widgets/themeinterface.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mobile-widgets/themeinterface.cpp b/mobile-widgets/themeinterface.cpp index 6419ce7ec..21c189618 100644 --- a/mobile-widgets/themeinterface.cpp +++ b/mobile-widgets/themeinterface.cpp @@ -62,8 +62,6 @@ void themeInterface::set_currentScale(double newScale) emit titlePointSizeChanged(m_titlePointSize); } - - void themeInterface::update_theme() { if (m_currentTheme == "Blue") { @@ -110,5 +108,3 @@ void themeInterface::update_theme() m_iconStyle = ":/icons-dark"; } } - - |