mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
Added debug( str ) to the Python API.
This commit is contained in:
parent
d30b6300ab
commit
845ae05f7e
3 changed files with 13 additions and 0 deletions
|
@ -19,10 +19,19 @@
|
|||
#include "PythonJobApi.h"
|
||||
|
||||
#include "PythonHelper.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
namespace CalamaresPython
|
||||
{
|
||||
|
||||
|
||||
void
|
||||
debug( const std::string& s )
|
||||
{
|
||||
cDebug() << "[PYTHON JOB]: " << QString::fromStdString( s );
|
||||
}
|
||||
|
||||
|
||||
PythonJobInterface::PythonJobInterface( Calamares::PythonJob* parent )
|
||||
: m_parent( parent )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue