[Pkg-owncloud-commits] [owncloud-client] 190/333: Remove FIXME and TODO

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit bb9d6b34c7aa442974447126f80efa329468788a
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Thu Mar 20 15:10:50 2014 +0100

    Remove FIXME and TODO
    
    They are outdated
---
 src/mirall/connectionvalidator.cpp | 1 -
 src/mirall/folderman.cpp           | 2 +-
 src/mirall/owncloudpropagator.h    | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/mirall/connectionvalidator.cpp b/src/mirall/connectionvalidator.cpp
index 0a38b7d..a8031c6 100644
--- a/src/mirall/connectionvalidator.cpp
+++ b/src/mirall/connectionvalidator.cpp
@@ -124,7 +124,6 @@ void ConnectionValidator::slotNoStatusFound(QNetworkReply *reply)
 {
     _account->setState(Account::Disconnected);
 
-    // ### TODO
     _errors.append(tr("Unable to connect to %1").arg(_account->url().toString()));
     _errors.append( reply->errorString() );
     _networkError = (reply->error() != QNetworkReply::NoError);
diff --git a/src/mirall/folderman.cpp b/src/mirall/folderman.cpp
index bbd634c..d0ab528 100644
--- a/src/mirall/folderman.cpp
+++ b/src/mirall/folderman.cpp
@@ -393,7 +393,7 @@ void FolderMan::slotScheduleSync( const QString& alias )
     if( ! _scheduleQueue.contains(alias ) && _folderMap.contains(alias) ) {
         Folder *f = _folderMap[alias];
         if( f ) {
-            if( f->syncEnabled() ) { // FIXME: check if that is ok
+            if( f->syncEnabled() ) {
                 f->prepareToSync();
             } else {
                 qDebug() << "Folder is not enabled, not scheduled!";
diff --git a/src/mirall/owncloudpropagator.h b/src/mirall/owncloudpropagator.h
index da7ca8a..69a24f7 100644
--- a/src/mirall/owncloudpropagator.h
+++ b/src/mirall/owncloudpropagator.h
@@ -80,7 +80,6 @@ public:
     QScopedPointer<PropagatorJob>_firstJob;
 
     // all the sub files or sub directories.
-    //TODO:  in the future, all sub job can be run in parallel
     QVector<PropagatorJob *> _subJobs;
 
     SyncFileItem _item;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list