Skip to content
Snippets Groups Projects
Commit 21e194f5 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm redundant getter fct

parent a4ef65d8
No related branches found
No related tags found
1 merge request!2059Move code in GUI/View; expose "expand" bit w/o getter and setter; let GroupBoxCollapser take care of boilerplate set and connect statements
......@@ -194,8 +194,3 @@ ApplicationSettings::Style ApplicationSettings::currentStyle()
{
return m_currentStyle;
}
const QPalette& ApplicationSettings::styleSheetPalette() const
{
return m_styleSheetPalette;
}
......@@ -55,8 +55,6 @@ public:
void loadStyle(ApplicationSettings::Style style);
ApplicationSettings::Style currentStyle();
const QPalette& styleSheetPalette() const;
private:
ApplicationSettings::Style m_currentStyle;
QPalette m_styleSheetPalette;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment