Added TODO notes.
authorMikko Keinänen <mikko.keinanen@gmail.com>
Sun, 28 Nov 2010 00:12:06 +0000 (02:12 +0200)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Sun, 28 Nov 2010 00:12:06 +0000 (02:12 +0200)
src/dialogs/mediaimagepathmaindialog.cpp

index 31c73f5..be1c07d 100644 (file)
@@ -68,17 +68,17 @@ void MediaImagePathMainDialog::connectSignals()
 void MediaImagePathMainDialog::showDbUpdating()
 {
     qDebug() << "DB updating";
+    // TODO: the following is not currently working
     progressDialog->setWindowTitle(tr("Updating DB... please wait!"));
     progressDialog->setEnabled(false);
-    // TODO
 }
 
 void MediaImagePathMainDialog::hideDbUpdating()
 {
     qDebug() << "DB update finished";
+    // TODO: the following is not currently working
     progressDialog->setEnabled(true);
     progressDialog->setWindowTitle(tr("Scanning files"));
-    // TODO
 }