mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[finished] Improve logging when restarting.
This commit is contained in:
parent
2d3f9bcdbb
commit
1915547004
1 changed files with 3 additions and 1 deletions
|
@ -99,7 +99,9 @@ FinishedPage::setRestartNowCommand( const QString& command )
|
|||
void
|
||||
FinishedPage::setUpRestart()
|
||||
{
|
||||
cDebug() << "FinishedPage::setUpRestart()";
|
||||
cDebug() << "FinishedPage::setUpRestart(), Quit button"
|
||||
<< "setup=" << m_restartSetUp
|
||||
<< "command=" << m_restartNowCommand;
|
||||
if ( !m_restartSetUp )
|
||||
{
|
||||
connect( qApp, &QApplication::aboutToQuit,
|
||||
|
|
Loading…
Add table
Reference in a new issue