mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-14 14:33:58 +00:00
Make SysNotification title string translatable
This commit is contained in:
@@ -24,6 +24,10 @@ SystemNotification::SystemNotification(QObject *parent) : QObject(parent) {
|
||||
}
|
||||
#endif
|
||||
|
||||
void SystemNotification::sendMessage(const QString &text) {
|
||||
sendMessage(text, tr("Flameshot Info"));
|
||||
}
|
||||
|
||||
void SystemNotification::sendMessage(
|
||||
const QString &text,
|
||||
const QString &title,
|
||||
|
||||
Reference in New Issue
Block a user