add debug message for windows default color scheme

pull/5/head
Michail Vourlakos 6 years ago
parent 4f84d10b0b
commit a9e4afa336

@ -90,6 +90,8 @@ void AbstractWindowInterface::updateDefaultScheme()
{
QString defaultSchemePath = SchemeColors::possibleSchemeFile("kdeglobals");
qDebug() << " Windows default color scheme :: " << defaultSchemePath;
SchemeColors *dScheme;
if (!m_schemes.contains(defaultSchemePath)) {

Loading…
Cancel
Save