mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
gui: remove Systray::setToolTip
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
45fa561e64
commit
8f705e50e6
2 changed files with 0 additions and 6 deletions
|
@ -566,11 +566,6 @@ void Systray::showTalkMessage(const QString &title, const QString &message, cons
|
|||
#endif
|
||||
}
|
||||
|
||||
void Systray::setToolTip(const QString &tip)
|
||||
{
|
||||
QSystemTrayIcon::setToolTip(tr("%1: %2").arg(Theme::instance()->appNameGUI(), tip));
|
||||
}
|
||||
|
||||
bool Systray::syncIsPaused() const
|
||||
{
|
||||
return _syncIsPaused;
|
||||
|
|
|
@ -122,7 +122,6 @@ public slots:
|
|||
void showMessage(const QString &title, const QString &message, QSystemTrayIcon::MessageIcon icon = Information);
|
||||
void showUpdateMessage(const QString &title, const QString &message, const QUrl &webUrl);
|
||||
void showTalkMessage(const QString &title, const QString &message, const QString &replyTo, const QString &token, const OCC::AccountStatePtr &accountState);
|
||||
void setToolTip(const QString &tip);
|
||||
|
||||
void createCallDialog(const OCC::Activity &callNotification, const OCC::AccountStatePtr accountState);
|
||||
void createEditFileLocallyLoadingDialog(const QString &fileName);
|
||||
|
|
Loading…
Reference in a new issue