12 lines
168 B
C++
12 lines
168 B
C++
#include "platformoptions.h"
|
|
|
|
PlatformOptions::PlatformOptions(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|
|
|
|
bool PlatformOptions::screenBacklight() const
|
|
{
|
|
QFile f()
|
|
}
|