Make the new style engine compile and maybe even work. (Cached) format data is now
[quassel.git] / src / common / message.h
index 9070b05..c6f4e3b 100644 (file)
@@ -73,6 +73,7 @@ public:
 
   void setFlags(Flags flags);
   
+#ifndef SPUTDEV
   QString formattedTimestamp();
   QString formattedSender();
   QString formattedText();
@@ -83,6 +84,7 @@ public:
   static QString mircToInternal(QString);
 
   void format();
+#endif
 
 private:
   QDateTime _timestamp;