As preparation for revamping the whole networking stuff, I did two renames:
[quassel.git] / src / client / buffer.cpp
index 4ea013e..f5328d4 100644 (file)
@@ -66,7 +66,7 @@ Buffer::Type Buffer::bufferType() const {
 }
 
 bool Buffer::isActive() const {
-  // FIXME determine status by checking for a networkInfo objekt
+  // FIXME determine status by checking for a network objekt
   return true;
 }