Home
last modified time | relevance | path

Searched refs:debugIsEnabled (Results 1 – 6 of 6) sorted by relevance

/dports/audio/cantata/cantata-2.4.2/gui/
H A Dmediakeys.cpp35 static bool debugIsEnabled=false; variable
36 #define DBUG if (debugIsEnabled) qWarning() << "MediaKeys" << __FUNCTION__
39 debugIsEnabled=true; in enableDebug()
H A Davahidiscovery.cpp24 static bool debugIsEnabled=false; variable
25 #define DBUG if (debugIsEnabled) qWarning() << "Avahi" << __FUNCTION__
29 debugIsEnabled=true; in enableDebug()
H A Dcustomactions.cpp35 static bool debugIsEnabled=false;
36 #define DBUG if (debugIsEnabled) qWarning() << "CustomActions" << __FUNCTION__
40 debugIsEnabled=true; in enableDebug()
/dports/audio/cantata/cantata-2.4.2/http/
H A Dhttpserver.cpp39 static bool debugIsEnabled=false; variable
40 #define DBUG if (debugIsEnabled) qWarning() << "HttpServer" << __FUNCTION__
51 debugIsEnabled=true; in enableDebug()
56 return debugIsEnabled; in debugEnabled()
/dports/audio/cantata/cantata-2.4.2/scrobbling/
H A Dscrobbler.cpp48 static bool debugIsEnabled=false; variable
50 #define DBUG if (debugIsEnabled) qWarning() << metaObject()->className() << __FUNCTION__
51 #define DBUG_CLASS(C) if (debugIsEnabled) qWarning() << C << __FUNCTION__
54 debugIsEnabled=true; in enableDebug()
/dports/audio/cantata/cantata-2.4.2/models/
H A Ddevicesmodel.cpp60 static bool debugIsEnabled=false; variable
61 #define DBUG if (debugIsEnabled) qWarning() << metaObject()->className() << __FUNCTION__
64 debugIsEnabled=true; in enableDebug()
69 return debugIsEnabled; in debugEnabled()