3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-19 05:35:53 +00:00
2022-04-02 18:24:21 +05:00

21 lines
500 B
C

/*
* Copyright (c) 2014 Christian Surlykke
*
* This file is part of the LXQt project. <https://lxqt.org>
* It is distributed under the LGPL 2.1 or later license.
* Please refer to the LICENSE file for a copy of the license.
*/
#ifndef POWER_MANAGEMENT_SETTINGS_H
#define POWER_MANAGEMENT_SETTINGS_H
#include <QComboBox>
void fillComboBox(QComboBox* comboBox);
void setComboBoxToValue(QComboBox* comboBox, int value);
int currentValue(QComboBox *comboBox);
#endif // POWER_MANAGEMENT_SETTINGS_H