2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Code for replying from notifications, macOS uses notificationActivated().

This commit is contained in:
John Preston
2016-10-02 20:06:34 +03:00
parent 7f950d2de2
commit 2d1d62a953
12 changed files with 125 additions and 147 deletions

View File

@@ -268,7 +268,6 @@ void MainWindow::psSetupTrayIcon() {
psUpdateCounter();
trayIcon->show();
psUpdateDelegate();
}
}
@@ -430,9 +429,6 @@ void MainWindow::LibsLoaded() {
#endif // TDESKTOP_DISABLE_UNITY_INTEGRATION
}
void MainWindow::psUpdateDelegate() {
}
void MainWindow::psInitSize() {
setMinimumWidth(st::wndMinWidth);
setMinimumHeight(st::wndMinHeight);

View File

@@ -69,8 +69,6 @@ public:
~MainWindow();
public slots:
void psUpdateDelegate();
void psSavePosition(Qt::WindowState state = Qt::WindowActive);
void psShowTrayMenu();