Skip to content

Commit 27e4da5

Browse files
committed
fix: compile error
1 parent 5164624 commit 27e4da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/StyleHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class StyleHelper :
3434
int loadColor(int index,
3535
int rgb_index);
3636
void setPalette(const ColorStyle &s);
37-
QPalette StyleHelper::getDefaultLightPalette();
37+
QPalette getDefaultLightPalette();
3838

3939
private:
4040
QObject *m_objhost;

0 commit comments

Comments
 (0)