Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenDB committed Aug 19, 2022
1 parent 91b6d1f commit f12ffd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/TrayIcons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,11 @@ void TrayIcons::setUpTrayIcon()
if (m_breakIcon)
setUpBreakIcon();

connect(m_manager, &AbstractTimeServiceManager::internetConnectionChanged, this, &TrayIcons::updateTrayIcons, Qt::QueuedConnection);
connect(m_manager,
&AbstractTimeServiceManager::internetConnectionChanged,
this,
&TrayIcons::updateTrayIcons,
Qt::QueuedConnection);

connect(this, &TrayIcons::jobEnded, this, [this] {
if (!Settings::instance()->showDurationNotifications())
Expand Down

0 comments on commit f12ffd9

Please sign in to comment.