Skip to content

Commit

Permalink
Correct Translation Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Oct 21, 2019
1 parent 936bda8 commit 4cc06f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/format/OpData01.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
*/
class OpData01 : public QObject
{
Q_OBJECT

public:
explicit OpData01(QObject* parent = nullptr);
~OpData01() override;
Expand Down
2 changes: 1 addition & 1 deletion src/keeshare/ShareImport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ namespace
Q_UNUSED(resolvedPath);
return {reference.path,
ShareObserver::Result::Warning,
tr("Unsigned share container are not supported - import prevented")};
ShareImport::tr("Unsigned share container are not supported - import prevented")};
#else
QFile file(resolvedPath);
if (!file.open(QIODevice::ReadOnly)) {
Expand Down

0 comments on commit 4cc06f9

Please sign in to comment.