save
This commit is contained in:
parent
19e325dcc7
commit
b4d499291e
@ -349,9 +349,9 @@ void Application::restoreDatabaseSettings(bool restore_database, bool restore_se
|
|||||||
|
|
||||||
void Application::processExecutionMessage(const QString& message) {
|
void Application::processExecutionMessage(const QString& message) {
|
||||||
qDebugNN << LOGSEC_CORE
|
qDebugNN << LOGSEC_CORE
|
||||||
<< "Received '"
|
<< "Received"
|
||||||
<< message
|
<< QUOTE_W_SPACE(message)
|
||||||
<< "' execution message from another application instance.";
|
<< "execution message from another application instance.";
|
||||||
|
|
||||||
const QStringList messages = message.split(ARGUMENTS_LIST_SEPARATOR);
|
const QStringList messages = message.split(ARGUMENTS_LIST_SEPARATOR);
|
||||||
|
|
||||||
@ -376,7 +376,7 @@ void Application::processExecutionMessage(const QString& message) {
|
|||||||
else {
|
else {
|
||||||
showGuiMessage(tr("Cannot add feed"),
|
showGuiMessage(tr("Cannot add feed"),
|
||||||
tr("Feed cannot be added because standard RSS/ATOM account is not enabled."),
|
tr("Feed cannot be added because standard RSS/ATOM account is not enabled."),
|
||||||
QSystemTrayIcon::Warning, qApp->mainForm(),
|
QSystemTrayIcon::MessageIcon::Warning, qApp->mainForm(),
|
||||||
true);
|
true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user