mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
8339384eeb
commit
5a7ebe15a5
1 changed files with 0 additions and 4 deletions
|
@ -62,8 +62,6 @@ void themeInterface::set_currentScale(double newScale)
|
||||||
emit titlePointSizeChanged(m_titlePointSize);
|
emit titlePointSizeChanged(m_titlePointSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void themeInterface::update_theme()
|
void themeInterface::update_theme()
|
||||||
{
|
{
|
||||||
if (m_currentTheme == "Blue") {
|
if (m_currentTheme == "Blue") {
|
||||||
|
@ -110,5 +108,3 @@ void themeInterface::update_theme()
|
||||||
m_iconStyle = ":/icons-dark";
|
m_iconStyle = ":/icons-dark";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue