[finished] Improve logging when restarting.
This commit is contained in:
parent
2d3f9bcdbb
commit
1915547004
@ -99,7 +99,9 @@ FinishedPage::setRestartNowCommand( const QString& command )
|
|||||||
void
|
void
|
||||||
FinishedPage::setUpRestart()
|
FinishedPage::setUpRestart()
|
||||||
{
|
{
|
||||||
cDebug() << "FinishedPage::setUpRestart()";
|
cDebug() << "FinishedPage::setUpRestart(), Quit button"
|
||||||
|
<< "setup=" << m_restartSetUp
|
||||||
|
<< "command=" << m_restartNowCommand;
|
||||||
if ( !m_restartSetUp )
|
if ( !m_restartSetUp )
|
||||||
{
|
{
|
||||||
connect( qApp, &QApplication::aboutToQuit,
|
connect( qApp, &QApplication::aboutToQuit,
|
||||||
|
Loading…
Reference in New Issue
Block a user