Skip to content

Commit 1484a3a

Browse files
committed
change it to a private function, no need for other modules to use it.
1 parent bf26b98 commit 1484a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/notificationitem/notificationitem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class NotificationItem : public AddonInstance {
3636
bool registered() const { return registered_; }
3737
std::unique_ptr<HandlerTableEntry<NotificationItemCallback>>
3838
watch(NotificationItemCallback callback);
39-
void newIcon();
4039
FCITX_ADDON_DEPENDENCY_LOADER(classicui, instance_->addonManager());
4140
DBusMenu *menu() { return menu_.get(); }
4241

@@ -49,6 +48,7 @@ class NotificationItem : public AddonInstance {
4948

5049
void maybeScheduleRegister();
5150
void cleanUp();
51+
void newIcon();
5252
void newTitle();
5353

5454
Instance *instance_;

0 commit comments

Comments
 (0)