mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Initialize all the things.
This commit is contained in:
parent
233d759a00
commit
f3956ff11d
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@
|
||||||
|
|
||||||
CalamaresApplication::CalamaresApplication( int& argc, char* argv[] )
|
CalamaresApplication::CalamaresApplication( int& argc, char* argv[] )
|
||||||
: QApplication( argc, argv )
|
: QApplication( argc, argv )
|
||||||
, m_mainwindow( 0 )
|
, m_mainwindow( nullptr )
|
||||||
|
, m_moduleManager( nullptr )
|
||||||
|
, m_debugMode( false )
|
||||||
{
|
{
|
||||||
setOrganizationName( QLatin1String( CALAMARES_ORGANIZATION_NAME ) );
|
setOrganizationName( QLatin1String( CALAMARES_ORGANIZATION_NAME ) );
|
||||||
setOrganizationDomain( QLatin1String( CALAMARES_ORGANIZATION_DOMAIN ) );
|
setOrganizationDomain( QLatin1String( CALAMARES_ORGANIZATION_DOMAIN ) );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue