This is the long-awaited monster commit, bringing you a redesigned core arch and...
[quassel.git] / src / qtui / chatline-old.cpp
index 4146db9..017a479 100644 (file)
 #include "chatline-old.h"
 #include "qtui.h"
 
-//!\brief Construct a ChatLine object from a message.
+//! Construct a ChatLine object from a message.
 /**
  * \param m   The message to be layouted and rendered
- * \param net The network name
- * \param buf The buffer name
  */
 ChatLine::ChatLine(Message m) {
   hght = 0;