summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/themeinterface.cpp
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2020-01-15 09:52:08 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-30 07:53:12 +0200
commit5a7ebe15a5bd278c581038d1e38e7a5f589c2edc (patch)
tree5cc4ed16d18e85abf5dd7b82975a60671c438449 /mobile-widgets/themeinterface.cpp
parent8339384eeb62198465f2c869a244d40f0ed2e288 (diff)
downloadsubsurface-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.cpp4
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";
}
}
-
-