mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-16 01:37:20 -05:00
Correct Translation Warnings
This commit is contained in:
parent
936bda8f71
commit
4cc06f94c0
@ -27,6 +27,8 @@
|
|||||||
*/
|
*/
|
||||||
class OpData01 : public QObject
|
class OpData01 : public QObject
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit OpData01(QObject* parent = nullptr);
|
explicit OpData01(QObject* parent = nullptr);
|
||||||
~OpData01() override;
|
~OpData01() override;
|
||||||
|
@ -247,7 +247,7 @@ namespace
|
|||||||
Q_UNUSED(resolvedPath);
|
Q_UNUSED(resolvedPath);
|
||||||
return {reference.path,
|
return {reference.path,
|
||||||
ShareObserver::Result::Warning,
|
ShareObserver::Result::Warning,
|
||||||
tr("Unsigned share container are not supported - import prevented")};
|
ShareImport::tr("Unsigned share container are not supported - import prevented")};
|
||||||
#else
|
#else
|
||||||
QFile file(resolvedPath);
|
QFile file(resolvedPath);
|
||||||
if (!file.open(QIODevice::ReadOnly)) {
|
if (!file.open(QIODevice::ReadOnly)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user