mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-25 14:58:42 +00:00
Make methods called from static methods private
This commit is contained in:
@@ -238,10 +238,6 @@ public:
|
||||
void close();
|
||||
void setImage(const QString &imagePath);
|
||||
|
||||
void notificationClosed(uint id, uint reason);
|
||||
void actionInvoked(uint id, const QString &actionName);
|
||||
void notificationReplied(uint id, const QString &text);
|
||||
|
||||
private:
|
||||
GDBusConnection *_dbusConnection = nullptr;
|
||||
base::weak_ptr<Manager> _manager;
|
||||
@@ -259,6 +255,10 @@ private:
|
||||
guint _notificationClosedSignalId = 0;
|
||||
NotificationId _id;
|
||||
|
||||
void notificationClosed(uint id, uint reason);
|
||||
void actionInvoked(uint id, const QString &actionName);
|
||||
void notificationReplied(uint id, const QString &text);
|
||||
|
||||
static void signalEmitted(
|
||||
GDBusConnection *connection,
|
||||
const gchar *sender_name,
|
||||
|
||||
Reference in New Issue
Block a user