mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-16 10:03:40 +00:00
improve update events
This commit is contained in:
@ -151,12 +151,12 @@ void ExtQuotes::setApiVersion(const int _apiVersion)
|
||||
}
|
||||
|
||||
|
||||
void ExtQuotes::setActive(const bool state)
|
||||
void ExtQuotes::setActive(const bool _state)
|
||||
{
|
||||
if (debug) qDebug() << PDEBUG;
|
||||
if (debug) qDebug() << PDEBUG << ":" << "State" << state;
|
||||
if (debug) qDebug() << PDEBUG << ":" << "State" << _state;
|
||||
|
||||
m_active = state;
|
||||
m_active = _state;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user