Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
lupdate qtpass.pro
  • Loading branch information
Janosch Knack committed Dec 14, 2016
1 parent 8a0cba9 commit 11537c2
Show file tree
Hide file tree
Showing 24 changed files with 1,821 additions and 1,424 deletions.
1 change: 1 addition & 0 deletions imitatepass.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "imitatepass.h"
#include "debughelper.h"
#include "qtpasssettings.h"
#include <QDirIterator>

/**
* @brief ImitatePass::ImitatePass for situaions when pass is not available
Expand Down
145 changes: 79 additions & 66 deletions localization/localization_ar_MA.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_cs_CZ.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_de_DE.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_de_LU.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_el_GR.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_en_GB.ts

Large diffs are not rendered by default.

147 changes: 80 additions & 67 deletions localization/localization_en_US.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_es_ES.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_fr_BE.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_fr_FR.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_fr_LU.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_gl_ES.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_he_IL.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_hu_HU.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_it_IT.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_lb_LU.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_nl_BE.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_nl_NL.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_pl_PL.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_ru_RU.ts

Large diffs are not rendered by default.

145 changes: 79 additions & 66 deletions localization/localization_sv_SE.ts

Large diffs are not rendered by default.

150 changes: 87 additions & 63 deletions localization/localization_zh_CN.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ QModelIndex MainWindow::firstFile(QModelIndex parentIndex) {
* @param isNew insert (not update)
*/
void MainWindow::setPassword(QString file, bool overwrite, bool isNew = false) {
pass->Show_b(file);
QtPassSettings::getPass()->Show_b(file);
if (!isNew && lastDecrypt.isEmpty()) {
// warn?
return;
Expand Down

0 comments on commit 11537c2

Please sign in to comment.