dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
60 stars 19 forks source link

Switch from system() to QProcess #34

Closed pinotree closed 6 years ago

pinotree commented 6 years ago

Using bare system() like this is not exactly safe:

Thus, just switch to QProcess::execute() instead:

dragotin commented 6 years ago

Thanks for catching that one!