From 07025c7432be6e2d32b190b577fc1f5bc406cd85 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 20 Mar 2014 15:03:22 +0100 Subject: [PATCH] Remove a FIXME The commit message say that this line should be necessary to show the information when the setting dialog is open, but this is working now via the signals --- src/mirall/application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp index 4c92425323..e3cb450313 100644 --- a/src/mirall/application.cpp +++ b/src/mirall/application.cpp @@ -313,8 +313,6 @@ void Application::slotownCloudWizardDone( int res ) qDebug() << "Set up " << cnt << " folders."; // We have some sort of configuration. Enable autostart Utility::setLaunchOnStartup(_theme->appName(), _theme->appNameGUI(), true); -// FIXME! -// _statusDialog->setFolderList( folderMan->map() ); } folderMan->setSyncEnabled( true ); if( res == QDialog::Accepted ) {