IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Move connect action to main.cpp. Default search text as parameter of… #382

Closed FiloSpaTeam closed 6 years ago

FiloSpaTeam commented 6 years ago

… MainWindow. Now in Release mode oqDebug()is suppressed .

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@b7430f4). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #382   +/-   ##
========================================
  Coverage          ?   6.61%           
========================================
  Files             ?      39           
  Lines             ?    2541           
  Branches          ?     334           
========================================
  Hits              ?     168           
  Misses            ?    2367           
  Partials          ?       6
Impacted Files Coverage Δ
src/mainwindow.h 0% <ø> (ø)
src/storemodel.cpp 0% <ø> (ø)
src/qtpasssettings.h 0% <ø> (ø)
src/configdialog.cpp 0% <0%> (ø)
src/mainwindow.cpp 0% <0%> (ø)
main/main.cpp 0% <0%> (ø)
src/qtpasssettings.cpp 0.92% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b7430f4...911b12d. Read the comment docs.