_Almost_ finished the identity dialog (which is still not used and not visible yet...
[quassel.git] / src / core / core.cpp
index 0f007d3..66d1d37 100644 (file)
@@ -140,7 +140,7 @@ bool Core::initStorage(QVariantMap dbSettings, bool setup) {
 
   return configured = storage->init(dbSettings);
 }
-                                               
+
 bool Core::initStorage(QVariantMap dbSettings) {
   return initStorage(dbSettings, false);
 }
@@ -254,7 +254,7 @@ void Core::clientHasData() {
       return;
     }
   }
-  blockSizes[socket] = bsize = 0;  // FIXME blockSizes aufräum0rn!
+  blockSizes[socket] = bsize = 0;  // FIXME blockSizes aufrum0rn!
 }
 
 // FIXME: no longer called, since connection handling is now in SignalProxy