mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-16 01:53:42 +00:00
do not derive from qwidget in aggregates
This commit is contained in:
@ -39,8 +39,8 @@ private:
|
||||
// configuration and values
|
||||
QVariantHash m_values;
|
||||
static QVariant fromDBusVariant(const QVariant &value);
|
||||
static float getCurrentBrightness();
|
||||
static float getCurrentVolume();
|
||||
static double getCurrentBrightness();
|
||||
static double getCurrentVolume();
|
||||
static QVariant sendDBusRequest(const QString &destination, const QString &path, const QString &interface,
|
||||
const QString &method, const QVariantList &args = QVariantList());
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user