Add debug log for getting capabilities
This commit is contained in:
parent
97f8a83af4
commit
e5a5ff1958
@ -30,6 +30,11 @@ Monitor::~Monitor()
|
||||
|
||||
bool Monitor::hasBrightnessCapability() const
|
||||
{
|
||||
qDebug(ltr("Getting capabilities for monitor '%1' with handle '0x%2' and physical handle '0x%3'")
|
||||
.arg(m_physicalMonitor.name)
|
||||
.arg(reinterpret_cast<qulonglong>(m_hMonitor), 0, 16)
|
||||
.arg(reinterpret_cast<qulonglong>(m_physicalMonitor.handle), 0, 16));
|
||||
|
||||
DWORD monitorCapabilities = 0;
|
||||
DWORD colorTemperatures = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user