syntax issue

This commit is contained in:
Keloran 2022-11-21 09:48:41 +00:00
parent 456e06c4b5
commit 3acd31c3e9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ bool UPower::handleToggle(GdkEventButton* const& event) {
std::lock_guard<std::mutex> guard(m_Mutex); std::lock_guard<std::mutex> guard(m_Mutex);
showAltText = !showAltText; showAltText = !showAltText;
dp.emit(); dp.emit();
return true return true;
} }
std::string UPower::timeToString(gint64 time) { std::string UPower::timeToString(gint64 time) {