We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf26b98 commit 1484a3aCopy full SHA for 1484a3a
src/modules/notificationitem/notificationitem.h
@@ -36,7 +36,6 @@ class NotificationItem : public AddonInstance {
36
bool registered() const { return registered_; }
37
std::unique_ptr<HandlerTableEntry<NotificationItemCallback>>
38
watch(NotificationItemCallback callback);
39
- void newIcon();
40
FCITX_ADDON_DEPENDENCY_LOADER(classicui, instance_->addonManager());
41
DBusMenu *menu() { return menu_.get(); }
42
@@ -49,6 +48,7 @@ class NotificationItem : public AddonInstance {
49
48
50
void maybeScheduleRegister();
51
void cleanUp();
+ void newIcon();
52
void newTitle();
53
54
Instance *instance_;
0 commit comments