Skip to content

Commit

Permalink
refactor: fix a typo
Browse files Browse the repository at this point in the history
Change-Id: I13aff326cf201045442272ca02628944c9cf7e61
  • Loading branch information
felixonmars committed Apr 20, 2018
1 parent 799b3d2 commit 39c1a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system-tray/indicatortraywidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class IndicatorTrayWidgetPrivate
q,
propertyChangedSlot);

// FIXME(sbw): hack for qt dbus propery changed signal.
// FIXME(sbw): hack for qt dbus property changed signal.
// see: https://bugreports.qt.io/browse/QTBUG-48008
QDBusConnection::sessionBus().connect(dbusService,
dbusPath,
Expand Down

0 comments on commit 39c1a6b

Please sign in to comment.