X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fsettingswidget.h;h=75bb383bf0f8b867fc1f3c689abf4999aa9b37d7;hb=refs%2Ftags%2Fchinook_3.0.3;hp=e0b3fef40223065dfba4e384abfa3137482c8401;hpb=3478f65b39560b333ba189e7d86e2c2cebfc9c7a;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/settingswidget.h b/HomeScreen/src/settingswidget.h index e0b3fef..75bb383 100644 --- a/HomeScreen/src/settingswidget.h +++ b/HomeScreen/src/settingswidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH + * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,8 +39,8 @@ protected: void changeEvent(QEvent* event); private slots: - void on_comboBoxLanguage_currentIndexChanged(const QString &); - void on_comboBoxColorScheme_currentIndexChanged(const QString &); + void on_comboBox_language_currentIndexChanged(const QString &); + void on_comboBox_colorScheme_currentIndexChanged(const QString &); signals: void colorSchemeChanged(void);