Implement database backend for buffer-activity patch
[quassel.git] / src / core / abstractsqlstorage.h
index 91950cc..6eb5f8e 100644 (file)
@@ -233,6 +233,7 @@ public:
         int lastmsgid;
         int lastseenmsgid;
         int markerlinemsgid;
+        int bufferactivity;
         QString key;
         bool joined;
     };